(self)
| 2153 | self.assertEqual(matches, [expected] * len(tests)) |
| 2154 | |
| 2155 | def test_random_seed(self): |
| 2156 | self._check_random_seed(run_workers=False) |
| 2157 | |
| 2158 | @unittest.skip("TODO: RUSTPYTHON; flaky") |
| 2159 | def test_random_seed_workers(self): |
nothing calls this directly
no test coverage detected