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

Method asyncSetUp

test/asynchronous/test_session.py:1240–1243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1238
1239class TestClusterTime(AsyncIntegrationTest):
1240 async def asyncSetUp(self):
1241 await super().asyncSetUp()
1242 if "$clusterTime" not in (await async_client_context.hello):
1243 raise SkipTest("$clusterTime not supported")
1244
1245 # Sessions prose test: 3) $clusterTime in commands
1246 async def test_cluster_time(self):

Callers

nothing calls this directly

Calls 1

asyncSetUpMethod · 0.45

Tested by

no test coverage detected