(self)
| 73 | pass |
| 74 | |
| 75 | def wait(self): |
| 76 | return 0 |
| 77 | |
| 78 | monkeypatch.setattr(monitor_module, "OfflineEmissionsTracker", FakeOfflineTracker) |
| 79 | monkeypatch.setattr(monitor_module, "EmissionsTracker", FakeTracker) |
no outgoing calls
no test coverage detected