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

Method test_handshake_02_azure

test/test_client.py:2049–2050  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2047 )
2048
2049 def test_handshake_02_azure(self):
2050 self._test_handshake({"FUNCTIONS_WORKER_RUNTIME": "python"}, {"name": "azure.func"})
2051
2052 def test_handshake_03_gcp(self):
2053 self._test_handshake(

Callers

nothing calls this directly

Calls 1

_test_handshakeMethod · 0.95

Tested by

no test coverage detected