Skip to main content

Run the tests related to the changed files

Project description

pytest-picked

See Test Status on Github Actions

PyPI version

Conda forge package

Supported Python versions

Run the tests related to the unstaged files or the current branch (according to Git)


Demo

Let's say you have the following output from git status:

$ git status

On branch main
Your branch is ahead of 'origin/main' by 1 commit.
  (use "git push" to publish your local commits)

Untracked files:
  (use "git add <file>..." to include in what will be committed)

  api.py
  tests/api/
  tests/test_board.py

nothing added to commit but untracked files present (use "git add" to track)

Running pytest --picked, the plugin will run all tests that come from this output.

$ pytest --picked

============================= test session starts =============================
platform darwin -- Python 3.6.4, pytest-3.6.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/ana.gomes/personal-workspace/grandma, inifile:
plugins: picked-0.1.0, mock-1.10.0, flask-0.10.0, deadfixtures-2.0.1
collecting 34 items
Changed test files... 1. ['tests/test_board.py']
Changed test folders... 1. ['tests/api/']
collected 34 items

tests/test_board.py .                                                      [ 50%]
tests/api/test_new.py .                                                    [100%]

=========================== 2 passed in 0.07 seconds ===========================

All tests will be run from files and folders which are modified but not yet committed. No more copy and paste!

Usage

pytest --picked

pytest --picked=first

pytest --picked --mode=branch

pytest --picked --mode=unstaged  # default

pytest --picked --mode=branch --parent-branch=dev # if your parent branch differs from "main"

Features

Using git status, this plugin allows you to:

  • Run only tests from modified test files
  • Run tests from modified test files first, followed by all unmodified tests

Installation

You can install pytest-picked via PyPI:

pip install pytest-picked

Contributing

Contributions are very welcome. Tests can be run with tox, so we can guarantee that it is working in different python versions. Also, make sure to add tests and use pre-commit before you submit a pull request.

License

Distributed under the terms of the MIT license, pytest-picked is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

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_picked-0.5.1.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

pytest_picked-0.5.1-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file pytest_picked-0.5.1.tar.gz.

File metadata

  • Download URL: pytest_picked-0.5.1.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for pytest_picked-0.5.1.tar.gz
Algorithm Hash digest
SHA256 6634c4356a560a5dc3dba35471865e6eb06bbd356b56b69c540593e9d5620ded
MD5 225b5fb5af38ef9eadbb79be5064a0aa
BLAKE2b-256 bae451a54dd6638fd4a7c45bb20a737235fd92cbb4d24b5ff681d64ace5d02e9

See more details on using hashes here.

File details

Details for the file pytest_picked-0.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_picked-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 af65c4763b51dc095ae4bc5073a962406902422ad9629c26d8b01122b677d998
MD5 365f45542ba2a09f535b953185468153
BLAKE2b-256 c681450c017746caab376c4b6700439de9f1cc7d8e1f22dec3c1eb235cd9ad3e

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