Skip to main content

Pytest plugin to reverse test order.

Project description

https://github.com/adamchainz/pytest-reverse/workflows/CI/badge.svg?branch=master https://img.shields.io/pypi/v/pytest-reverse.svg https://img.shields.io/badge/code%20style-black-000000.svg

Pytest plugin to reverse test order.

Usage

Install from pip with:

python -m pip install pytest-reverse

Python 3.5 to 3.8 supported.

Pytest will automatically find the plugin and use it when you run pytest. You can reverse test order by passing the --reverse flag:

pytest --reverse

You can make this always apply by adding it to the addopts setting in your pytest.ini (or other configuration file):

[pytest]
addopts = --reverse

History

I’m the creator and maintainer of pytest-randomly, a plugin for randomly ordering tests. @thbde opened an issue there pointing to the paper Empirically revisiting the test independence assumption, which covers test reordering techniques. It turns out that reversal is nearly as effective as randomization.

Test reversal is available in Django’s test runner. I figured such an option or plugin would exist for pytest already, but it didn’t, so I made it here.

History

1.0.1 (2020-04-08)

  • Run first to avoid interfering with --failed-first flag (docs).

1.0.0 (2020-04-03)

  • First release on PyPI.

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-reverse-1.0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

pytest_reverse-1.0.1-py3-none-any.whl (3.8 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