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

Method str

src/_pytest/pytester.py:1746–1748  ·  view source on GitHub ↗

Return the entire original text.

(self)

Source from the content-addressed store, hash-verified

1744 fail(log_text)
1745
1746 def str(self) -> str:
1747 """Return the entire original text."""
1748 return str(self)

Calls

no outgoing calls

Tested by

no test coverage detected