Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ f
Method
f
testing/code/test_excinfo.py:188–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
)
187
def
test_traceback_filter_selective(self, tracebackhide, matching):
188
def
f():
189
#
190
raise
ValueError
191
#
192
193
def
g():
194
#
Callers
3
test_traceback_cut_excludepath
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