Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ h
Method
h
testing/code/test_excinfo.py:220–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
#
219
220
def
h():
221
#
222
g()
223
#
224
225
with
pytest.raises(ValueError)
as
excinfo:
226
h()
Callers
nothing calls this directly
Calls
1
g
Function · 0.70
Tested by
no test coverage detected