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

Method test_pymain_run_file

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

Source from the content-addressed store, hash-verified

800 self.assertEqual(proc.returncode, self.EXPECTED_CODE)
801
802 def test_pymain_run_file(self):
803 self.assertSigInt([self.ham])
804
805 def test_pymain_run_file_runpy_run_module(self):
806 tmp = self.ham.parent

Callers

nothing calls this directly

Calls 1

assertSigIntMethod · 0.95

Tested by

no test coverage detected