Searched refs:pycompilecmd_failure (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
D | test_py_compile.py | 243 def pycompilecmd_failure(self, *args): member in PyCompileCLITestCase 262 rc, stdout, stderr = self.pycompilecmd_failure(bad_syntax) 269 rc, stdout, stderr = self.pycompilecmd_failure('-q', bad_syntax) 276 rc, stdout, stderr = self.pycompilecmd_failure(self.source_path, should_not_exists) 283 rc, stdout, stderr = self.pycompilecmd_failure('-q', self.source_path, should_not_exists)
|