(self)
| 98 | self.assert_broadcast_called('active', safe=None) |
| 99 | |
| 100 | def test_active_safe(self): |
| 101 | self.inspect.active(safe=True) |
| 102 | self.assert_broadcast_called('active', safe=True) |
| 103 | |
| 104 | def test_clock(self): |
| 105 | self.inspect.clock() |
nothing calls this directly
no test coverage detected