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

Method test_script_regrtest

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

Source from the content-addressed store, hash-verified

916 self.check_output(output)
917
918 def test_script_regrtest(self):
919 # Lib/test/regrtest.py
920 script = os.path.join(self.testdir, 'regrtest.py')
921
922 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
923 self.run_tests(args)
924
925 def test_module_test(self):
926 # -m test

Callers

nothing calls this directly

Calls 2

run_testsMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected