From f31e841012f7d5c6d2e38a118cded3f4ecdd6836 Mon Sep 17 00:00:00 2001 From: "zhouyang.lian" Date: Fri, 31 Jan 2020 09:26:05 -0500 Subject: [PATCH] drop test collection after done testing --- tests/data_source/test_gene_ortholog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data_source/test_gene_ortholog.py b/tests/data_source/test_gene_ortholog.py index 19532a2..2330a97 100644 --- a/tests/data_source/test_gene_ortholog.py +++ b/tests/data_source/test_gene_ortholog.py @@ -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):