(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) |
| 884 | |
| 885 | def test_pymain_run_module(self): |
| 886 | ham = self.ham |
nothing calls this directly
no test coverage detected