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

Method test_dump_traceback

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

check_dump_tracebackMethod · 0.95

Tested by

no test coverage detected