(self)
| 842 | self.assertSigInt([], input="import ham", cwd=self.ham.parent) |
| 843 | |
| 844 | def test_pymain_run_module(self): |
| 845 | ham = self.ham |
| 846 | self.assertSigInt(["-m", ham.stem], cwd=ham.parent) |
| 847 | |
| 848 | |
| 849 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected