(self, output)
| 102 | f.write(test) |
| 103 | |
| 104 | def validate(self, output): |
| 105 | tt.ipexec_validate(self.fname, output, '', options=self.options) |
| 106 | |
| 107 | @dec.skipif(win32_without_pywin32(), "Test requires pywin32 on Windows") |
| 108 | def test_startup_py(self): |
no outgoing calls
no test coverage detected