(self)
| 85 | self.do_test("test_ctypes_call_function") |
| 86 | |
| 87 | def test_posixsubprocess(self): |
| 88 | import_helper.import_module("_posixsubprocess") |
| 89 | self.do_test("test_posixsubprocess") |
| 90 | |
| 91 | def test_excepthook(self): |
| 92 | returncode, events, stderr = self.run_python("test_excepthook") |
nothing calls this directly
no test coverage detected