MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / setUp

Method setUp

test/test_encryption.py:236–237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 @unittest.skipUnless(_HAVE_PYMONGOCRYPT, "pymongocrypt is not installed")
235 @client_context.require_version_min(4, 2, -1) # type:ignore[untyped-decorator]
236 def setUp(self) -> None:
237 super().setUp()
238
239 def assertEncrypted(self, val):
240 self.assertIsInstance(val, Binary)

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected