MCPcopy
hub / github.com/pytest-dev/pytest / _log

Method _log

src/_pytest/pytester.py:1636–1637  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1634 raise ValueError(f"line {fnline!r} not found in output")
1635
1636 def _log(self, *args) -> None:
1637 self._log_output.append(" ".join(str(x) for x in args))
1638
1639 @property
1640 def _log_text(self) -> str:

Callers 3

_match_lines_randomMethod · 0.95
_match_linesMethod · 0.95
_no_match_lineMethod · 0.95

Calls 2

appendMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected