(self, suite)
| 627 | def test_run_suite_logs_seed(self): |
| 628 | class TestRunner: |
| 629 | def run(self, suite): |
| 630 | return "<fake-result>" |
| 631 | |
| 632 | expected_prefix = "Used shuffle seed" |
| 633 | # Test with and without shuffling enabled. |
no outgoing calls
no test coverage detected