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

Method test_pymain_run_command

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

Source from the content-addressed store, hash-verified

877 )
878
879 def test_pymain_run_command(self):
880 self.assertSigInt(["-c", "import ham"], cwd=self.ham.parent)
881
882 def test_pymain_run_stdin(self):
883 self.assertSigInt([], input="import ham", cwd=self.ham.parent)

Callers

nothing calls this directly

Calls 1

assertSigIntMethod · 0.95

Tested by

no test coverage detected