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

Method test_pymain_run_stdin

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

Source from the content-addressed store, hash-verified

839
840 @unittest.expectedFailure # TODO: RUSTPYTHON
841 def test_pymain_run_stdin(self):
842 self.assertSigInt([], input="import ham", cwd=self.ham.parent)
843
844 def test_pymain_run_module(self):
845 ham = self.ham

Callers

nothing calls this directly

Calls 1

assertSigIntMethod · 0.95

Tested by

no test coverage detected