(self)
| 156 | self.assert_broadcast_called('stats') |
| 157 | |
| 158 | def test_revoked(self): |
| 159 | self.inspect.revoked() |
| 160 | self.assert_broadcast_called('revoked') |
| 161 | |
| 162 | def test_registered(self): |
| 163 | self.inspect.registered() |
nothing calls this directly
no test coverage detected