pytest-forcefail

py.test plugin to make the test failing regardless of pytest.mark.xfail


License
BSD-3-Clause
Install
pip install pytest-forcefail==0.0.0.3

Documentation

pytest-forcefail

pytest-forcefail is a plugin providing

  • the method pytest_forcefail.forcefail
  • the exception class pytest_forcefail.ForceFailed

These two will make the test failing regardless of pytest.mark.xfail.

See test_forcefail.py for example.

Binary distribution: https://pypi.org/project/pytest-forcefail/