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

Function _get_pos

src/_pytest/terminal.py:1246–1248  ·  view source on GitHub ↗
(config: Config, rep: BaseReport)

Source from the content-addressed store, hash-verified

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

Callers 3

show_xfailedMethod · 0.85
show_xpassedMethod · 0.85

Calls 1

cwd_relative_nodeidMethod · 0.80

Tested by

no test coverage detected