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 Fedora Hosted:
https://fedorahosted.org/released/python-pytest-sourceorder/
The goal is to include this project in Fedora repositories. Until that happens, you can use testing builds from COPR – see “Developer links” below.
- You can also install using pip:
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 format your contribution using the FreeIPA patch guidelines, and send it to <freeipa-devel@redhat.com>. Any development discussion is welcome there.
Someday the project might get its own list, but that seems premature now.
Developer links
Bug tracker: https://fedorahosted.org/python-pytest-sourceorder/report/3
Code browser: https://git.fedorahosted.org/cgit/python-pytest-sourceorder
git clone https://git.fedorahosted.org/git/python-pytest-sourceorder.git
Unstable packages for Fedora: https://copr.fedoraproject.org/coprs/pviktori/pytest-plugins/
To release, update version in setup.py, add a Git tag like “v0.3”, and run make tarball. Running make upload will put the tarball to Fedora Hosted and PyPI, and a SRPM on Fedorapeople, if you have the rights. Running make release will upload and fire a COPR build.
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
Built Distribution
File details
Details for the file pytest-sourceorder-0.4.tar.gz
.
File metadata
- Download URL: pytest-sourceorder-0.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e51ec4a03ea6abf7b1031333997dfe17739f1a2c5aae5153a421c163f02f1ffe |
|
MD5 | 23903a75e8580757123c58aa0d2023b6 |
|
BLAKE2b-256 | 95bc944b2dc4ba3e76020f38be4d354f00fc00467c81d6007c4579bcaf7df1bd |
File details
Details for the file pytest_sourceorder-0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: pytest_sourceorder-0.4-py2.py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37817c8a3c64c038bd1bb3f446e550b12b5e5b73042db4fbeecc05d3ace8fb04 |
|
MD5 | 799f6f2c5fb3838d30862902bfd57460 |
|
BLAKE2b-256 | daa6d9765f9e9345ce9073917932066efd26b1bcc39edb6e9f3e465f691f7e9f |