(self)
| 800 | self.assertEqual(proc.returncode, self.EXPECTED_CODE) |
| 801 | |
| 802 | def test_pymain_run_file(self): |
| 803 | self.assertSigInt([self.ham]) |
| 804 | |
| 805 | def test_pymain_run_file_runpy_run_module(self): |
| 806 | tmp = self.ham.parent |
nothing calls this directly
no test coverage detected