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

Method test_script_regrtest

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

Source from the content-addressed store, hash-verified

878 self.check_output(output)
879
880 def test_script_regrtest(self):
881 # Lib/test/regrtest.py
882 script = os.path.join(self.testdir, 'regrtest.py')
883
884 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
885 self.run_tests(args)
886
887 @unittest.skip("TODO: RUSTPYTHON; flaky")
888 def test_module_test(self):

Callers

nothing calls this directly

Calls 2

run_testsMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected