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