/pytest-custom_exit_code

Exit pytest test session with custom exit code in different scenarios

Primary LanguagePythonMIT LicenseMIT

pytest-custom_exit_code

PyPI version Python versions See Build Status on Travis CI See Build Status on AppVeyor

Exit pytest test session with custom exit code in different scenarios


Features

  • TODO

Requirements

  • TODO

Installation

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

$ pip install pytest-custom_exit_code

Usage

  • pytest --suppress-no-test-exit-code
    

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

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

Issues

If you encounter any problems, please file an issue along with a detailed description.

Acknowledegements

This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template.