(self)
| 1238 | |
| 1239 | class 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): |
nothing calls this directly
no test coverage detected