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

Method test_random_seed_workers

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

Source from the content-addressed store, hash-verified

2157
2158 @unittest.skip("TODO: RUSTPYTHON; flaky")
2159 def test_random_seed_workers(self):
2160 self._check_random_seed(run_workers=True)
2161
2162 @unittest.skip("TODO: RUSTPYTHON; flaky")
2163 def test_python_command(self):

Callers

nothing calls this directly

Calls 1

_check_random_seedMethod · 0.95

Tested by

no test coverage detected