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

Method setUp

test/test_session.py:1226–1229  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1224
1225class TestClusterTime(IntegrationTest):
1226 def setUp(self):
1227 super().setUp()
1228 if "$clusterTime" not in (client_context.hello):
1229 raise SkipTest("$clusterTime not supported")
1230
1231 # Sessions prose test: 3) $clusterTime in commands
1232 def test_cluster_time(self):

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected