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

Method tearDown

test/test_retryable_writes.py:144–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 self.deprecation_filter = DeprecationFilter()
143
144 def tearDown(self) -> None:
145 super().tearDown()
146 self.deprecation_filter.stop()
147
148
149class TestRetryableWrites(IgnoreDeprecationsTest):

Callers

nothing calls this directly

Calls 2

tearDownMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected