MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / tearDownClass

Method tearDownClass

test/mockupdb/test_op_msg.py:288–290  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

286
287 @classmethod
288 def tearDownClass(cls):
289 cls.server.stop()
290 cls.client.close()
291
292 def _test_operation(self, op):
293 coll = self.client.db.coll

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected