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 support for ignoring files by mask #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xelibrion
Copy link

This change aims to address #68. Code uses pathlib to test whether or not file matches specified mask. pathlib has been added in Python 3.4.

Not sure what's the go with Python 2 support, but I figured it'd be OK not to check for it given it's EOL in 3 months.

Please let me know if breaking Python 2 is not desired and I will fix it.

@Rovanion
Copy link

Rovanion commented Apr 1, 2020

The diff looks reasonable enough looking at it from the outside.

@miramardesign
Copy link

so @joeyespo im scanning js files to i can retest selenium node on change, but
[pytest-watch]
ignore = ./node_modules/*,
or
./node_modules doesnt work and the pytest watch goes into that mess, what is the way to ignore it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants