Skip to main content

Test-ordering plugin for pytest

Project description

A pytest plugin for ensuring tests within a class are run in source order.

Downloading

Release tarballs will be made available for download from Pagure Releases:

https://pagure.io/releases/python-pytest-sourceorder/

You can also install using pip:

https://pypi-hypernode.com/pypi/pytest-sourceorder

The plugin is also available in Fedora repositories as python3-pytest-sourceorder.

Usage

When installed, test classes marked @pytest_sourceorder.ordered will have tests tun in the order of their definition.

Methods are ordered by line nuber of their definition, so spreading them between multiple files or otherwise defining them outside of their class might cause the plugin to order them wrong.

When inheriting from an ordered test class, the superclass’ methods will be run first (even if overridden), followed by the ones from subclasses. You generally do not want to apply an additional @ordered decorator to the subclasses – doing so will reset the inheritance-based ordering.

Contributing

The project is happy to accept patches! Please file any patches as Pull Requests on the project’s Pagure repo. Any development discussion should be in Pagure Pull Requests and Issues.

Changelog

v0.6 (2021-09-01)

  • Added support for decorated methods (thanks to Sergey Orlov)

v0.5.1 (2017-04-11)

Packaging improvements only

v0.5 (2016-01-26)

  • Added support for parametrized tests under Python 3

v0.4 (2015-01-26)

  • Python 3 compatibility

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pytest_sourceorder-0.6.0-py2.py3-none-any.whl (16.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pytest_sourceorder-0.6.0-py2.py3-none-any.whl.

File metadata

  • Download URL: pytest_sourceorder-0.6.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 16.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/30.0.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for pytest_sourceorder-0.6.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e48e052aaf66bb9e75ebf15fbdc91ee21d3b70f0a7736e2d397cd715a78e4ea2
MD5 fb5074a793087f083f09b2c99f7a8f23
BLAKE2b-256 9fbdf8a72b7a5e0390d7b4e353744fabeaec50746cc74c5474ae90764a87a978

See more details on using hashes here.

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