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

Function run_scenario

test/asynchronous/test_sdam_monitoring_spec.py:187–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185
186def create_test(scenario_def):
187 async def run_scenario(self):
188 with client_knobs(events_queue_frequency=0.05, min_heartbeat_interval=0.05):
189 await _run_scenario(self)
190
191 async def _run_scenario(self):
192 class NoopMonitor(Monitor):

Callers

nothing calls this directly

Calls 2

client_knobsClass · 0.90
_run_scenarioFunction · 0.70

Tested by

no test coverage detected