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

Method test_module_regrtest

Lib/test/test_regrtest.py:931–935  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

929 self.run_tests(args)
930
931 def test_module_regrtest(self):
932 # -m test.regrtest
933 args = [*self.python_args, '-m', 'test.regrtest',
934 *self.regrtest_args, *self.tests]
935 self.run_tests(args)
936
937 def test_module_autotest(self):
938 # -m test.autotest

Callers

nothing calls this directly

Calls 1

run_testsMethod · 0.95

Tested by

no test coverage detected