Last updated:
0 purchases
pytestunstable 0.2.1
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
Python >=3.6
Pytest
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.