(self)
| 314 | self.assertEqual(sys.monitoring.get_events(TEST_TOOL), 0) |
| 315 | |
| 316 | def test_just_call(self): |
| 317 | self.check_events(just_call) |
| 318 | |
| 319 | def test_caught(self): |
| 320 | self.check_events(caught) |
nothing calls this directly
no test coverage detected