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

python-pytest-dir and python-pytest-dirs commands #21

Closed
wbolster opened this issue Jun 30, 2020 · 0 comments · Fixed by #31
Closed

python-pytest-dir and python-pytest-dirs commands #21

wbolster opened this issue Jun 30, 2020 · 0 comments · Fixed by #31
Labels
enhancement New feature or request

Comments

@wbolster
Copy link
Owner

like python-pytest-file and python-pytest-files, but for whole directories instead of individual files.

@wbolster wbolster added the enhancement New feature or request label Jun 30, 2020
wbolster added a commit that referenced this issue Aug 10, 2020
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 added a commit that referenced this issue Aug 10, 2020
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 added a commit that referenced this issue Aug 10, 2020
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 added a commit that referenced this issue Aug 10, 2020
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.
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 a pull request may close this issue.

1 participant