(self)
| 883 | self.assertSigInt([], input="import ham", cwd=self.ham.parent) |
| 884 | |
| 885 | def test_pymain_run_module(self): |
| 886 | ham = self.ham |
| 887 | self.assertSigInt(["-m", ham.stem], cwd=ham.parent) |
| 888 | |
| 889 | |
| 890 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected