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

Method test_module_autotest

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

Source from the content-addressed store, hash-verified

899
900 @unittest.skip("TODO: RUSTPYTHON; flaky")
901 def test_module_autotest(self):
902 # -m test.autotest
903 args = [*self.python_args, '-m', 'test.autotest',
904 *self.regrtest_args, *self.tests]
905 self.run_tests(args)
906
907 @unittest.skip("TODO: RUSTPYTHON; flaky")
908 def test_module_from_test_autotest(self):

Callers

nothing calls this directly

Calls 1

run_testsMethod · 0.95

Tested by

no test coverage detected