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