Skip to main content

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


Download files

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

Source Distribution

pytest_keep_together-1.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

pytest_keep_together-1.0.1-py3-none-any.whl (4.6 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