MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / tearDownClass

Method tearDownClass

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

Source from the content-addressed store, hash-verified

50
51 @classmethod
52 def tearDownClass(cls):
53 disconnect_all()
54
55 def tearDown(self):
56 mongoengine.connection._connection_settings = {}

Callers

nothing calls this directly

Calls 1

disconnect_allFunction · 0.90

Tested by

no test coverage detected