MCPcopy Index your code
hub / github.com/RustPython/RustPython / assertRunOK

Method assertRunOK

Lib/test/test_compileall.py:558–563  ·  view source on GitHub ↗
(self, *args, **env_vars)

Source from the content-addressed store, hash-verified

556 *args]
557
558 def assertRunOK(self, *args, **env_vars):
559 rc, out, err = script_helper.assert_python_ok(
560 *self._get_run_args(args), **env_vars,
561 PYTHONIOENCODING='utf-8')
562 self.assertEqual(b'', err)
563 return out
564
565 def assertRunNotOK(self, *args, **env_vars):
566 rc, out, err = script_helper.assert_python_failure(

Callers 15

test_legacy_pathsMethod · 0.95
test_multiple_runsMethod · 0.95
test_forceMethod · 0.95
test_recursion_limitMethod · 0.95
test_symlink_loopMethod · 0.95
test_quietMethod · 0.95
test_regexpMethod · 0.95
test_multiple_dirsMethod · 0.95

Calls 2

_get_run_argsMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected