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

Method str

src/_pytest/pytester.py:1801–1803  ·  view source on GitHub ↗

Return the entire original text.

(self)

Source from the content-addressed store, hash-verified

1799 fail(log_text)
1800
1801 def str(self) -> str:
1802 """Return the entire original text."""
1803 return str(self)

Calls

no outgoing calls

Tested by

no test coverage detected