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

Method setUpClass

tests/test_connection.py:48–49  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

46class ConnectionTest(unittest.TestCase):
47 @classmethod
48 def setUpClass(cls):
49 disconnect_all()
50
51 @classmethod
52 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 1

disconnect_allFunction · 0.90

Tested by

no test coverage detected