Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.33 KB

File metadata and controls

50 lines (34 loc) · 1.33 KB

pytest-unstable

PyPI version Python versions See Build Status on AppVeyor

Provides a test mark @pytest.mark.unstable.

If tests marked as unstable fail, Pytest will still return 0. Failures will still be present in the reports.

Requirements

Installation

You can install "pytest-unstable" via pip from PyPI:

$ pip install pytest-unstable

Usage

  • Mark tests as unstable @pytest.mark.unstable
  • If those tests fail (and no other test), pytest will return 0
  • Go read the reports to see the failures!

License

Distributed under the terms of the MIT license, "pytest-unstable" is free and open source software