MCPcopy Create free account
hub / github.com/pytest-dev/pytest / Report

Class Report

testing/test_junitxml.py:1186–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184 ustr = "ВНИ!"
1185
1186 class Report(BaseReport):
1187 longrepr = ustr
1188 sections: List[Tuple[str, str]] = []
1189 nodeid = "something"
1190 location = "tests/filename.py", 42, "TestClass.method"
1191 when = "teardown"
1192
1193 test_report = cast(TestReport, Report())
1194

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