(self)
| 320 | self.assertEqual(sys.monitoring.get_events(TEST_TOOL), 0) |
| 321 | |
| 322 | def test_just_call(self): |
| 323 | self.check_events(just_call) |
| 324 | |
| 325 | def test_caught(self): |
| 326 | self.check_events(caught) |
nothing calls this directly
no test coverage detected