| 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 |
no outgoing calls