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

Method test_just_pass

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

Source from the content-addressed store, hash-verified

304class MonitoringEventsTest(MonitoringEventsBase, unittest.TestCase):
305
306 def test_just_pass(self):
307 self.check_events(just_pass)
308
309 def test_just_raise(self):
310 try:

Callers

nothing calls this directly

Calls 1

check_eventsMethod · 0.45

Tested by

no test coverage detected