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