(config: Config, rep: BaseReport)
| 1244 | |
| 1245 | |
| 1246 | def _get_pos(config: Config, rep: BaseReport): |
| 1247 | nodeid = config.cwd_relative_nodeid(rep.nodeid) |
| 1248 | return nodeid |
| 1249 | |
| 1250 | |
| 1251 | def _format_trimmed(format: str, msg: str, available_width: int) -> Optional[str]: |
no test coverage detected