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

Method test_module_test

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

Source from the content-addressed store, hash-verified

886
887 @unittest.skip("TODO: RUSTPYTHON; flaky")
888 def test_module_test(self):
889 # -m test
890 args = [*self.python_args, '-m', 'test',
891 *self.regrtest_args, *self.tests]
892 self.run_tests(args)
893
894 def test_module_regrtest(self):
895 # -m test.regrtest

Callers

nothing calls this directly

Calls 1

run_testsMethod · 0.95

Tested by

no test coverage detected