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

Method test_srv_tls_12

test/atlas/test_connection.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 self.connect_srv(URIS["ATLAS_SRV_TLS11"])
91
92 def test_srv_tls_12(self):
93 self.connect_srv(URIS["ATLAS_SRV_TLS12"])
94
95 def test_x509_with_cert(self):
96 self.connect(URIS["ATLAS_X509_DEV_WITH_CERT"])

Callers

nothing calls this directly

Calls 1

connect_srvMethod · 0.95

Tested by

no test coverage detected