Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ raise_fail_outcome
Method
raise_fail_outcome
testing/test_compat.py:162–163 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
160
161
@property
162
def
raise_fail_outcome(self):
163
pytest.fail(
"fail should be caught"
)
164
165
166
def
test_helper_failures() -> None:
Callers
nothing calls this directly
Calls
1
fail
Method · 0.80
Tested by
no test coverage detected