Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ Failed
Class
Failed
src/_pytest/outcomes.py:74–77 ·
view source on GitHub ↗
Raised from an explicit call to pytest.fail().
Source
from the content-addressed store, hash-verified
72
73
74
class
Failed(OutcomeException):
75
""
"Raised from an explicit call to pytest.fail()."
""
76
77
__module__ =
"builtins"
78
79
80
class
Exit(Exception):
Callers
1
fail
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected