(self)
| 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. |
nothing calls this directly
no test coverage detected