Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ test_excinfo_for_later
Function
test_excinfo_for_later
testing/code/test_excinfo.py:347–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
345
346
347
def
test_excinfo_for_later() -> None:
348
e = ExceptionInfo[BaseException].for_later()
349
assert
"for raises"
in repr(e)
350
assert
"for raises"
in str(e)
351
352
353
def
test_excinfo_errisinstance():
Callers
nothing calls this directly
Calls
1
for_later
Method · 0.80
Tested by
no test coverage detected