We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c231669 commit 9c1bef2Copy full SHA for 9c1bef2
1 file changed
codeflash/verification/test_runner.py
@@ -164,8 +164,6 @@ def run_line_profile_tests(
164
*,
165
pytest_target_runtime_seconds: float = TOTAL_LOOPING_TIME_EFFECTIVE,
166
pytest_timeout: int | None = None,
167
- pytest_min_loops: int = 5,
168
- pytest_max_loops: int = 100_000,
169
) -> tuple[Path, subprocess.CompletedProcess]:
170
if test_framework in {"pytest", "unittest"}: # pytest runs both pytest and unittest tests
171
pytest_cmd_list = (
0 commit comments