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

Method kms_providers

test/test_encryption.py:857–858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

855class TestViews(EncryptionIntegrationTest):
856 @staticmethod
857 def kms_providers():
858 return {"local": {"key": LOCAL_MASTER_KEY}}
859
860 def test_views_are_prohibited(self):
861 self.client.db.view.drop()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected