(self)
| 386 | self.memory.tick() |
| 387 | |
| 388 | def tearDown(self): |
| 389 | reset_memory() |
| 390 | |
| 391 | def test_status_has_memorymanager_compatible_keys(self): |
| 392 | """status() should have MemoryManager-compatible flat keys.""" |
nothing calls this directly
no test coverage detected