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

Method assert_run_failed_msg

Lib/test/test__interpreters.py:924–925  ·  view source on GitHub ↗
(self, exctype, msg, script)

Source from the content-addressed store, hash-verified

922 self._assert_run_failed(exctype, None, script)
923
924 def assert_run_failed_msg(self, exctype, msg, script):
925 self._assert_run_failed(exctype, msg, script)
926
927 def test_exit(self):
928 with self.subTest('sys.exit(0)'):

Callers 3

test_exitMethod · 0.95
test_plain_exceptionMethod · 0.95

Calls 1

_assert_run_failedMethod · 0.95

Tested by

no test coverage detected