Commit d1ce55f6 by Chris Dodge

have the test teardown explicitly call destroy_db

parent 13ff4614
......@@ -66,8 +66,7 @@ class TestMixedModuleStore(object):
@classmethod
def teardownClass(cls):
cls.connection = pymongo.connection.Connection(HOST, PORT)
cls.connection.drop_database(DB)
cls.destroy_db(cls.connection)
@staticmethod
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