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.
1 parent 5a425c3 commit 4c8b76fCopy full SHA for 4c8b76f
codeflash/verification/test_runner.py
@@ -66,7 +66,7 @@ def run_behavioral_tests(
66
"--codeflash_loops_scope=session",
67
"--codeflash_min_loops=1",
68
"--codeflash_max_loops=1",
69
- f"--codeflash_seconds={pytest_target_runtime_seconds}"
+ f"--codeflash_seconds={pytest_target_runtime_seconds}",
70
]
71
72
result_file_path = get_run_tmp_file(Path("pytest_results.xml"))
0 commit comments