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

Method test_pymain_run_command

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

Source from the content-addressed store, hash-verified

835 )
836
837 def test_pymain_run_command(self):
838 self.assertSigInt(["-c", "import ham"], cwd=self.ham.parent)
839
840 @unittest.expectedFailure # TODO: RUSTPYTHON
841 def test_pymain_run_stdin(self):

Callers

nothing calls this directly

Calls 1

assertSigIntMethod · 0.95

Tested by

no test coverage detected