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

Method setUp

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

Source from the content-addressed store, hash-verified

447class TestClientMaxWireVersion(IntegrationTest):
448 @unittest.skipUnless(_HAVE_PYMONGOCRYPT, "pymongocrypt is not installed")
449 def setUp(self):
450 super().setUp()
451
452 def test_raise_unsupported_error(self):
453 opts = AutoEncryptionOpts(KMS_PROVIDERS, "keyvault.datakeys")

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected