Skip to content

Commit

Permalink
Test suite bugs fixed
Browse files Browse the repository at this point in the history
-Minor errors in the test suite fixed.
  • Loading branch information
JAlvarezJarreta committed Jul 22, 2016
1 parent 6d6feb6 commit 728a122
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tests/test_Align_Mafft.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#-------------------------------------------------------------------------------

import os
import sys
import unittest

from Bio import SeqIO
Expand Down
1 change: 1 addition & 0 deletions Tests/test_Align_Muscle.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#-------------------------------------------------------------------------------

import os
import sys
import unittest

from Bio import SeqIO
Expand Down
1 change: 1 addition & 0 deletions Tests/test_Inference_FastTree.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#-------------------------------------------------------------------------------

import os
import sys
import unittest

from Bio import SeqIO
Expand Down
1 change: 1 addition & 0 deletions Tests/test_Inference_RAxML.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#-------------------------------------------------------------------------------

import os
import sys
import unittest

from Bio import SeqIO
Expand Down
1 change: 1 addition & 0 deletions Tests/test_PhyloAssemble_Consense.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#-------------------------------------------------------------------------------

import os
import sys
import unittest

from Bio import Phylo
Expand Down

0 comments on commit 728a122

Please sign in to comment.