Skip to main content

A pytest plugin that overrides the built-in exit codes to retain more information about the test results.

Project description

pytest-exit-code PyPi version Python versions

A pytest plugin that overrides the built-in exit codes to retain more information about the test results.

Features

This plugin changes the exit code returned by running pytest. The exit codes can range from 0 to 15 and are a combination of the following bitwise flags:

Flag Description
0 All tests passed.
1 One or more tests passed.
2 One or more tests failed.
4 One or more tests errored.
8 One or more tests were skipped.

So:

  • An exit code of 2 means that all tests failed.
  • An exit code of 6 means that all tests either failed or errored.
  • An exit code of 7 indicates that the result contains a mix of passed, failed and errored tests.

Installation

$ pip install python-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 Apache Software License 2.0 license, pytest-exit-code is free and open source software.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-exit-code-0.1.0.tar.gz (12.6 kB view hashes)

Uploaded Source

Built Distribution

pytest_exit_code-0.1.0-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page