Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/mongo-python-driver
/ test_tls_12
Method
test_tls_12
test/atlas/test_connection.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
self.connect(URIS[
"ATLAS_TLS11"
])
71
72
def
test_tls_12(self):
73
self.connect(URIS[
"ATLAS_TLS12"
])
74
75
def
connect_srv(self, uri):
76
self.connect(uri)
Callers
nothing calls this directly
Calls
1
connect
Method · 0.95
Tested by
no test coverage detected