Skip to content

Commit eb9d4fe

Browse files
committed
Remove addressed TODO
1 parent 66704ac commit eb9d4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/feature/test_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def test_complex(alien):
322322
result = pytester.inline_run("-vvl")
323323
report = result.matchreport("test_complex[10,20-alien0]", when="call")
324324
assert report.passed
325-
# TODO: Use test_report_context
325+
326326
report_context = test_report_context[report]
327327
assert execnet.gateway_base.dumps(report_context.name)
328328
assert execnet.gateway_base.dumps(report_context.scenario)

0 commit comments

Comments
 (0)