Update end_to_end_test_tracer_replay.py
This commit is contained in:
parent
02510e4a0c
commit
4e84286d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ def run_test(expected_improvement_pct: int) -> bool:
|
||||||
min_improvement_x=0.1,
|
min_improvement_x=0.1,
|
||||||
expected_unit_tests_count=None, # Tracer creates replay tests dynamically, skip validation
|
expected_unit_tests_count=None, # Tracer creates replay tests dynamically, skip validation
|
||||||
coverage_expectations=[
|
coverage_expectations=[
|
||||||
CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[6, 7, 8, 9, 11, 14])
|
CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[5, 6, 7, 8, 9, 10])
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
cwd = (
|
cwd = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue