Skip to main content

Run the tests related to the changed files

Project description

See Build Status on Travis CI See Build Status on AppVeyor See Package Status on PyPI 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 master
Your branch is ahead of 'origin/master' 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 --mode=branch

$ pytest --picked --mode=unstaged  # default

Features

  • Run tests from modified test files, according to git status

Installation

You can install pytest-picked via pip from PyPI:

$ pip install pytest-picked

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same 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.3.0.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file pytest-picked-0.3.0.tar.gz.

File metadata

  • Download URL: pytest-picked-0.3.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for pytest-picked-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ad466fdccd11784385fd472e256418b61dee432604cf284f1eb0997fcfc5bad3
MD5 bbc586608474511417fb01169edad8b6
BLAKE2b-256 1827921625109f1489664db979791d6034bd6ae0dd116c6bd554482f4fe1812a

See more details on using hashes here.

Provenance

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