(self, *args)
| 292 | return script_helper.assert_python_ok(opts, 'py_compile', *args, **kwargs) |
| 293 | |
| 294 | def pycompilecmd_failure(self, *args): |
| 295 | return script_helper.assert_python_failure('-m', 'py_compile', *args) |
| 296 | |
| 297 | def test_stdin(self): |
| 298 | self.assertFalse(os.path.exists(self.cache_path)) |
no test coverage detected