Fix MongoTestCase and add test for it

This commit is contained in:
Aleksey Porfirov
2014-07-05 21:35:31 +04:00
parent c4b3196917
commit 3e54da03e2
2 changed files with 6 additions and 23 deletions

View File

@@ -301,8 +301,7 @@ class MongoAuthTest(unittest.TestCase):
class MongoTestCaseTest(MongoTestCase):
def test_mongo_test_case(self):
# test __init__ and teardown in MongoTestCase
pass
self.db.dummy_collection.insert({'collection': 'will be dropped'})
if __name__ == '__main__':