Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
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_tb_crashline_pytrace_false
Method · 0.80
test_show_capture
Method · 0.80
test_show_capture_with_teardown_logs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected