MCPcopy Index your code
hub / github.com/python/cpython / pycompilecmd_failure

Method pycompilecmd_failure

Lib/test/test_py_compile.py:294–295  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

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))

Callers 4

test_bad_syntaxMethod · 0.95
test_file_not_existsMethod · 0.95

Calls 1

assert_python_failureMethod · 0.80

Tested by

no test coverage detected