MCPcopy
hub / github.com/pytest-dev/pytest / Report

Class Report

testing/test_junitxml.py:1248–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246 ustr = "ВНИ!"
1247
1248 class Report(BaseReport):
1249 longrepr = ustr
1250 sections: list[tuple[str, str]] = []
1251 nodeid = "something"
1252 location = "tests/filename.py", 42, "TestClass.method"
1253 when = "teardown"
1254
1255 test_report = cast(TestReport, Report())
1256

Callers 2

test_unicode_issue368Function · 0.85
test_url_propertyFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_unicode_issue368Function · 0.68
test_url_propertyFunction · 0.68