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

Method test_script_autotest

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

Source from the content-addressed store, hash-verified

948 self.run_tests(args)
949
950 def test_script_autotest(self):
951 # Lib/test/autotest.py
952 script = os.path.join(self.testdir, 'autotest.py')
953 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
954 self.run_tests(args)
955
956 def run_batch(self, *args):
957 proc = self.run_command(args,

Callers

nothing calls this directly

Calls 2

run_testsMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected