MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_module_regrtest

Method test_module_regrtest

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

Source from the content-addressed store, hash-verified

892 self.run_tests(args)
893
894 def test_module_regrtest(self):
895 # -m test.regrtest
896 args = [*self.python_args, '-m', 'test.regrtest',
897 *self.regrtest_args, *self.tests]
898 self.run_tests(args)
899
900 @unittest.skip("TODO: RUSTPYTHON; flaky")
901 def test_module_autotest(self):

Callers

nothing calls this directly

Calls 1

run_testsMethod · 0.95

Tested by

no test coverage detected