MCPcopy Index your code
hub / github.com/python/cpython / test_just_call

Method test_just_call

Lib/test/test_monitoring.py:316–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

check_eventsMethod · 0.45

Tested by

no test coverage detected