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

Method run_tests

Lib/test/test_regrtest.py:974–976  ·  view source on GitHub ↗
(self, *testargs, **kw)

Source from the content-addressed store, hash-verified

972 """
973
974 def run_tests(self, *testargs, **kw):
975 cmdargs = ['-m', 'test', '--testdir=%s' % self.tmptestdir, *testargs]
976 return self.run_python(cmdargs, **kw)
977
978 def test_success(self):
979 code = textwrap.dedent("""

Callers 15

test_successMethod · 0.95
test_skipMethod · 0.95
test_failing_testMethod · 0.95
test_resourcesMethod · 0.95
test_randomMethod · 0.95
test_fromfileMethod · 0.95
test_interruptedMethod · 0.95
test_slowestMethod · 0.95
test_coverageMethod · 0.95
test_waitMethod · 0.95
test_foreverMethod · 0.95

Calls 1

run_pythonMethod · 0.45

Tested by

no test coverage detected