Skip to content

Commit

Permalink
Remove addressed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jan 21, 2024
1 parent a1beb2c commit f54104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feature/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def test_complex(alien):
result = pytester.inline_run("-vvl")
report = result.matchreport("test_complex[10,20-alien0]", when="call")
assert report.passed
# TODO: Use test_report_context

report_context = test_report_context[report]
assert execnet.gateway_base.dumps(report_context.name)
assert execnet.gateway_base.dumps(report_context.scenario)

Check warning on line 328 in tests/feature/test_report.py

View check run for this annotation

Codecov / codecov/patch

tests/feature/test_report.py#L326-L328

Added lines #L326 - L328 were not covered by tests

0 comments on commit f54104a

Please sign in to comment.