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

Method test_module_from_test_autotest

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

Source from the content-addressed store, hash-verified

941 self.run_tests(args)
942
943 def test_module_from_test_autotest(self):
944 # from test import autotest
945 code = 'from test import autotest'
946 args = [*self.python_args, '-c', code,
947 *self.regrtest_args, *self.tests]
948 self.run_tests(args)
949
950 def test_script_autotest(self):
951 # Lib/test/autotest.py

Callers

nothing calls this directly

Calls 1

run_testsMethod · 0.95

Tested by

no test coverage detected