MCPcopy 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
74class Failed(OutcomeException):
75 """Raised from an explicit call to pytest.fail()."""
76
77 __module__ = "builtins"
78
79
80class Exit(Exception):

Callers 1

failFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected