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

Method test_handshake_04_vercel

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

Source from the content-addressed store, hash-verified

2071 )
2072
2073 def test_handshake_04_vercel(self):
2074 self._test_handshake(
2075 {"VERCEL": "1", "VERCEL_REGION": "cdg1"}, {"name": "vercel", "region": "cdg1"}
2076 )
2077
2078 def test_handshake_05_multiple(self):
2079 self._test_handshake(

Callers

nothing calls this directly

Calls 1

_test_handshakeMethod · 0.95

Tested by

no test coverage detected