Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ test_excinfo_errisinstance
Function
test_excinfo_errisinstance
testing/code/test_excinfo.py:353–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
352
353
def
test_excinfo_errisinstance():
354
excinfo = pytest.raises(ValueError, h)
355
assert excinfo.errisinstance(ValueError)
356
357
358
def
test_excinfo_no_sourcecode():
Callers
nothing calls this directly
Calls
1
errisinstance
Method · 0.80
Tested by
no test coverage detected