(self)
| 185 | |
| 186 | def 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): |
nothing calls this directly
no test coverage detected