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

Method test_dump_traceback_later

Lib/test/test_faulthandler.py:699–700  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

697 self.assertEqual(exitcode, 0)
698
699 def test_dump_traceback_later(self):
700 self.check_dump_traceback_later()
701
702 def test_dump_traceback_later_repeat(self):
703 self.check_dump_traceback_later(repeat=True)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected