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

Method test_module_autotest

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

Source from the content-addressed store, hash-verified

935 self.run_tests(args)
936
937 def test_module_autotest(self):
938 # -m test.autotest
939 args = [*self.python_args, '-m', 'test.autotest',
940 *self.regrtest_args, *self.tests]
941 self.run_tests(args)
942
943 def test_module_from_test_autotest(self):
944 # from test import autotest

Callers

nothing calls this directly

Calls 1

run_testsMethod · 0.95

Tested by

no test coverage detected