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

Method run_tests

Lib/test/test_regrtest.py:914–916  ·  view source on GitHub ↗
(self, args, env=None, isolated=True)

Source from the content-addressed store, hash-verified

912 randomize=True, stats=len(self.tests))
913
914 def run_tests(self, args, env=None, isolated=True):
915 output = self.run_python(args, env=env, isolated=isolated)
916 self.check_output(output)
917
918 def test_script_regrtest(self):
919 # Lib/test/regrtest.py

Callers 6

test_script_regrtestMethod · 0.95
test_module_testMethod · 0.95
test_module_regrtestMethod · 0.95
test_module_autotestMethod · 0.95
test_script_autotestMethod · 0.95

Calls 2

check_outputMethod · 0.95
run_pythonMethod · 0.45

Tested by

no test coverage detected