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

Method test_reopen

test/test_topology.py:239–244  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 )
238
239 def test_reopen(self):
240 t = create_mock_topology()
241
242 # Additional calls are permitted.
243 t.open()
244 t.open()
245
246 def test_unavailable_seed(self):
247 t = create_mock_topology()

Callers

nothing calls this directly

Calls 2

create_mock_topologyFunction · 0.70
openMethod · 0.45

Tested by

no test coverage detected