- Support Request #122: Feature proposal: Capability to mark checks as xfail
- Allow check helper functions, including
raises(), to accept anxfailreason. A failing check can now produce an xfailed test result, while a passing check does not produce xpass unless the test is already marked with@pytest.mark.xfail. - (docs) Document
xfailsupport for check helper functions in the README.