MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / tearDownClass

Method tearDownClass

tests/utils.py:27–29  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

25
26 @classmethod
27 def tearDownClass(cls):
28 cls._connection.drop_database(MONGO_TEST_DB)
29 disconnect_all()
30
31
32def get_as_pymongo(doc):

Callers

nothing calls this directly

Calls 1

disconnect_allFunction · 0.90

Tested by

no test coverage detected