(self)
| 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 |
nothing calls this directly
no test coverage detected