Skip to content

Allow some tests to be described as unstable. That means pytest will return 0 even if those tests failed.

License

Notifications You must be signed in to change notification settings

Salamandar/pytest-unstable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allow some tests to be described as unstable. That means pytest will return 0 even if those tests failed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages