Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/mongo-python-driver
/ test_free_tier
Method
test_free_tier
test/atlas/test_connection.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
59
@unittest.skipUnless(_has_sni(True),
"Free tier requires SNI support"
)
60
def
test_free_tier(self):
61
self.connect(URIS[
"ATLAS_FREE"
])
62
63
def
test_replica_set(self):
64
self.connect(URIS[
"ATLAS_REPL"
])
Callers
nothing calls this directly
Calls
1
connect
Method · 0.95
Tested by
no test coverage detected