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

Method run_tests

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

Source from the content-addressed store, hash-verified

1006 """
1007
1008 def run_tests(self, *testargs, **kw):
1009 cmdargs = ['-m', 'test', '--testdir=%s' % self.tmptestdir, *testargs]
1010 return self.run_python(cmdargs, **kw)
1011
1012 def test_success(self):
1013 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