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

Method test_pymain_run_file

Lib/test/test_runpy.py:844–845  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

842 self.assertEqual(proc.returncode, self.EXPECTED_CODE)
843
844 def test_pymain_run_file(self):
845 self.assertSigInt([self.ham])
846
847 def test_pymain_run_file_runpy_run_module(self):
848 tmp = self.ham.parent

Callers

nothing calls this directly

Calls 1

assertSigIntMethod · 0.95

Tested by

no test coverage detected