Commit d1ce55f6 by Chris Dodge

have the test teardown explicitly call destroy_db

parent 13ff4614
...@@ -66,8 +66,7 @@ class TestMixedModuleStore(object): ...@@ -66,8 +66,7 @@ class TestMixedModuleStore(object):
@classmethod @classmethod
def teardownClass(cls): def teardownClass(cls):
cls.connection = pymongo.connection.Connection(HOST, PORT) cls.destroy_db(cls.connection)
cls.connection.drop_database(DB)
@staticmethod @staticmethod
def initdb(): def initdb():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment