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 the capability to ignore patter of files #15

Open
agirorn opened this issue Dec 10, 2020 · 0 comments
Open

Add the capability to ignore patter of files #15

agirorn opened this issue Dec 10, 2020 · 0 comments

Comments

@agirorn
Copy link
Owner

agirorn commented Dec 10, 2020

For example, when running yardman on a python project that constantly is updating the pycache folder it would be nice to be able to add and ignore of excluding patter

yardman tests --ignore tests/__pycache__ "clear && pytest -vv tests"
yardman tests --ignore-pattern '*__pycache__*' "clear && pytest -vv tests"

Then also include a convenience argument

yardman tests --ignore-python "clear && pytest -vv tests"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant