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

Method test_corpus

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

Source from the content-addressed store, hash-verified

1021 self.assertEqual(value["value"], corpus[key]["value"], key)
1022
1023 def test_corpus(self):
1024 opts = AutoEncryptionOpts(
1025 self.kms_providers(), "keyvault.datakeys", kms_tls_options=DEFAULT_KMS_TLS
1026 )
1027 self._test_corpus(opts)
1028
1029 def test_corpus_local_schema(self):
1030 # Configure the encrypted field via the local schema_map option.

Callers

nothing calls this directly

Calls 3

kms_providersMethod · 0.95
_test_corpusMethod · 0.95
AutoEncryptionOptsClass · 0.90

Tested by

no test coverage detected