MCPcopy Create free account
hub / github.com/pytest-dev/pytest / XFailed

Class XFailed

src/_pytest/outcomes.py:236–237  ·  view source on GitHub ↗

Raised from an explicit call to pytest.xfail().

Source from the content-addressed store, hash-verified

234
235
236class XFailed(Failed):
237 """Raised from an explicit call to pytest.xfail()."""
238
239
240@_with_exception(XFailed)

Callers 1

xfailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected