MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_just_call

Method test_just_call

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

check_eventsMethod · 0.45

Tested by

no test coverage detected