Pytest plugin to customize test ordering by running all 'related' tests together
Project description
pytest-keep-together
Pytest plugin to customize test ordering by running all "related" tests together.
Usage
TBD
Installation
Create a new virtual environment, activate it and install development requirements:
pip install requirements_dev.txt
Development best-practices
Every commit must be checked with flake8 and mypy:
flake8
mypy .
Build and distribute a new version
Build package
py -m build
Publish new version to test PyPi
py -m twine upload --repository testpypi dist/*
Publish new version to PyPi (production)
py -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
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_keep_together-1.0.1.tar.gz
.
File metadata
- Download URL: pytest_keep_together-1.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 388942e424903d4e3b7c544bb18703043f07c187f384286c862bc4ca96889d68 |
|
MD5 | dbc40a981b845d94b24d3827a52a8acf |
|
BLAKE2b-256 | c26f47cfe83ba377ca41c88c1c2537d1e511b2e3e18338e301a6b962b7fbaa90 |
File details
Details for the file pytest_keep_together-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pytest_keep_together-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 946d0e6404dc1543270df584cb164b40542a7d7a03fe346bfbe8665c58adaa20 |
|
MD5 | c4de2ea4ebd3360e9fc87ff1d15dc5b9 |
|
BLAKE2b-256 | 9991fd2f8aaf9a28c2cac041889cdc894bd730ec556e6293a924caf980a39bc0 |