Skip to content

2.8.0

Latest

Choose a tag to compare

@okken okken released this 22 Mar 15:16
· 1 commit to main since this release
  • Support Request #122: Feature proposal: Capability to mark checks as xfail
  • Allow check helper functions, including raises(), to accept an xfail reason. 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 xfail support for check helper functions in the README.