Skip to content

Commit

Permalink
Fix tests for #111
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Apr 27, 2017
1 parent ae727e2 commit ad14b7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_feature_key_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def get_duplicated_gene_name(accession):

class TestFeatureKeyFunction(TestCase):
def setUp(self):
genes = Fasta('data/genes.fasta')
del genes # Support feature introduced in #111
pass

def tearDown(self):
Expand Down

0 comments on commit ad14b7d

Please sign in to comment.