Skip to main content

Pytest plugin that allows the user to select the tests affected by a range of git commits

Project description

pytest-git-diff

Test Workflow Status PyPI Version

Pytest plugin that allows the user to select the tests affected by a given range of git commits. A file is considered affected when:

  • It was added/modified in between the commits.
  • It imports another affected file.

Installation

pip install pytest-git-diff

Usage

This plugin adds 2 options to the pytest CLI:

  • --only-affected-by: filters the collected tests, keeping only those affected by the given commit range. This range should be in the format FROM_REV..TO_REV. If TO_REV is omitted, it defaults to 'HEAD'.
  • --only-affected-last-commit: has the same effect as --only-affected-by=HEAD~1..HEAD.

Limitations

The main limitation in this plugin is that file paths must be valid Python identifier names (in particular, they can't contain dashes). That applies to every part of the path up to the working directory in which pytest was invoked.

This issue stems from a problem in the pydeps dependency. See https://github.com/thebjorn/pydeps/issues/24.

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_git_diff-1.0.1.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

pytest_git_diff-1.0.1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file pytest_git_diff-1.0.1.tar.gz.

File metadata

  • Download URL: pytest_git_diff-1.0.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1016-azure

File hashes

Hashes for pytest_git_diff-1.0.1.tar.gz
Algorithm Hash digest
SHA256 8fd68ee59b384fb25323330f64dd3ff6a4480effdca88dbe171d33dfd07bbb22
MD5 918d89f1b8cbb9386ede1440248a5ed8
BLAKE2b-256 5a096725a7a10120a8b07d36b8d7a4693f8857b8477df10f04574ec70f278fa9

See more details on using hashes here.

File details

Details for the file pytest_git_diff-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: pytest_git_diff-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1016-azure

File hashes

Hashes for pytest_git_diff-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b4f358f6ded5a5acc1593af6b2955575f114daeaf49bef78e85da3d6359528c5
MD5 29a67d5bcd76bbfba4cb1e75c5caa995
BLAKE2b-256 fa7e01e934269d1a70fea1be92e101054732656ad09e143306a37054cd7602cc

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