Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a python-pytest-directories command #31

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Conversation

wbolster
Copy link
Owner

This is like python-pytest-files, but for directories:
it interactively prompts for directories (only those containing test
files), then runs only tests in those directories.

A variant to select only a single directory doesn't add much value,
since the multi-select version can also be used to select only
a single directory.

Fixes #21.

This is like python-pytest-files, but for directories:
it interactively prompts for directories (only those containing test
files), then runs only tests in those directories.

A variant to select only a single directory doesn't add much value,
since the multi-select version can also be used to select only
a single directory.

Fixes #21.
@wbolster wbolster self-assigned this Aug 10, 2020
@wbolster wbolster added the enhancement New feature or request label Aug 10, 2020
@wbolster wbolster merged commit 9ca8c94 into master Aug 10, 2020
@wbolster wbolster deleted the directories-command branch August 10, 2020 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python-pytest-dir and python-pytest-dirs commands
1 participant