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

Method test_dump_traceback

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

Source from the content-addressed store, hash-verified

529 self.assertEqual(exitcode, 0)
530
531 def test_dump_traceback(self):
532 self.check_dump_traceback()
533
534 def test_dump_traceback_file(self):
535 with temporary_filename() as filename:

Callers

nothing calls this directly

Calls 1

check_dump_tracebackMethod · 0.95

Tested by

no test coverage detected