(self)
| 106 | |
| 107 | @dec.skipif(win32_without_pywin32(), "Test requires pywin32 on Windows") |
| 108 | def test_startup_py(self): |
| 109 | self.init('00-start.py', 'zzz=123\n', 'print(zzz)\n') |
| 110 | self.validate('123') |
| 111 | |
| 112 | @dec.skipif(win32_without_pywin32(), "Test requires pywin32 on Windows") |
| 113 | def test_startup_ipy(self): |