(self)
| 363 | |
| 364 | class TestConsumptionScheduler(unittest.TestCase): |
| 365 | def setUp(self): |
| 366 | self.scheduler = ConsumptionScheduler() |
| 367 | |
| 368 | def test_schedule_consumption(self): |
| 369 | token = RequestToken() |
nothing calls this directly
no test coverage detected