We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66704ac commit eb9d4feCopy full SHA for eb9d4fe
tests/feature/test_report.py
@@ -322,7 +322,7 @@ def test_complex(alien):
322
result = pytester.inline_run("-vvl")
323
report = result.matchreport("test_complex[10,20-alien0]", when="call")
324
assert report.passed
325
- # TODO: Use test_report_context
+
326
report_context = test_report_context[report]
327
assert execnet.gateway_base.dumps(report_context.name)
328
assert execnet.gateway_base.dumps(report_context.scenario)
0 commit comments