Skip to content

Commit

Permalink
drop test collection after done testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Jan 31, 2020
1 parent 11fd7d9 commit f31e841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_source/test_gene_ortholog.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setUpClass(cls):
@classmethod
def tearDownClass(cls):
shutil.rmtree(cls.cache_dirname)
# cls.src.des_db.drop_collection(cls.src.collection_str)
cls.src.des_db.drop_collection(cls.src.collection_str)

@unittest.skip('passed')
def test_parse_html(self):
Expand Down

0 comments on commit f31e841

Please sign in to comment.