(self)
| 842 | self.assertEqual(proc.returncode, self.EXPECTED_CODE) |
| 843 | |
| 844 | def test_pymain_run_file(self): |
| 845 | self.assertSigInt([self.ham]) |
| 846 | |
| 847 | def test_pymain_run_file_runpy_run_module(self): |
| 848 | tmp = self.ham.parent |
nothing calls this directly
no test coverage detected