We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc56346 commit f87b304Copy full SHA for f87b304
1 file changed
tests/scripts/end_to_end_test_async.py
@@ -8,6 +8,7 @@ def run_test(expected_improvement_pct: int) -> bool:
8
config = TestConfig(
9
file_path="main.py",
10
min_improvement_x=0.1,
11
+ expected_acceptance_reason="concurrency",
12
coverage_expectations=[
13
CoverageExpectation(
14
function_name="retry_with_backoff",
0 commit comments