(self)
| 139 | self.assert_broadcast_called('memdump', samples=303) |
| 140 | |
| 141 | def test_objgraph(self): |
| 142 | self.inspect.objgraph() |
| 143 | self.assert_broadcast_called( |
| 144 | 'objgraph', num=200, type='Request', max_depth=10) |
| 145 | |
| 146 | def test_scheduled(self): |
| 147 | self.inspect.scheduled() |
nothing calls this directly
no test coverage detected