pytest-custom-exit-code 0.3.0


pip install pytest-custom-exit-code

  Latest version

Released: Aug 07, 2019

Project Links

Meta
Author: Yash Todi
Maintainer: Yash Todi
Requires Python: >2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*

Classifiers

Development Status
  • 4 - Beta

Framework
  • Pytest

Intended Audience
  • Developers

Topic
  • Software Development :: Testing

Programming Language
  • Python
  • Python :: 3.4
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: Implementation :: CPython

Operating System
  • OS Independent

License
  • OSI Approved :: MIT License
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
    
    pytest --suppress-tests-failed-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.

Extras: None
Dependencies:
pytest (>=4.0.2)