Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ f
Method
f
testing/code/test_excinfo.py:209–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
)
208
def
test_traceback_filter_selective(self, tracebackhide, matching):
209
def
f():
210
#
211
raise
ValueError
212
#
213
214
def
g():
215
#
Callers
11
test_traceback_cut_excludepath
Method · 0.45
test_toterminal_long
Method · 0.45
test_toterminal_long_missing_source
Method · 0.45
test_toterminal_long_incomplete_source
Method · 0.45
test_toterminal_long_filenames
Method · 0.45
test_toterminal_value
Method · 0.45
test_traceback_repr_style
Method · 0.45
test_exc_chain_repr
Method · 0.45
test_exc_repr_chain_suppression
Method · 0.45
test_exc_chain_repr_without_traceback
Method · 0.45
test_exec_type_error_filter
Method · 0.45
Calls
2
f
Function · 0.70
g
Function · 0.70
Tested by
no test coverage detected