Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
15
test_no_skip_summary_if_failure
Method · 0.80
test_quiet_reporting
Method · 0.80
test_more_quiet_reporting
Method · 0.80
test_pass_output_reporting
Function · 0.80
test_color_no
Function · 0.80
test_color_yes_collection_on_non_atty
Function · 0.80
test_tbstyle_short
Function · 0.80
test_tb_option
Method · 0.80
test_tb_crashline
Method · 0.80
test_show_capture
Method · 0.80
test_show_capture_with_teardown_logs
Method · 0.80
test_terminal_summary_warnings_are_displayed
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected