We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a017d0 + b299659 commit b7d4b4eCopy full SHA for b7d4b4e
backends/test/suite/tests/test_reporting.py
@@ -69,7 +69,7 @@
69
class Reporting(unittest.TestCase):
70
def test_csv_report_simple(self):
71
# Verify the format of a simple CSV run report.
72
- session_state = TestSessionState()
+ session_state = TestSessionState(seed=0)
73
session_state.test_case_summaries.extend(TEST_CASE_SUMMARIES)
74
run_summary = RunSummary.from_session(session_state)
75
0 commit comments