Mark the scheduler as started.
(self)
| 51 | self.get_statuses_calls = [] |
| 52 | |
| 53 | async def start(self): |
| 54 | """Mark the scheduler as started.""" |
| 55 | |
| 56 | self.started = True |
| 57 | |
| 58 | async def stop(self): |
| 59 | """Mark the scheduler as stopped.""" |
no outgoing calls
no test coverage detected