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

Can there be include as well as ignore? #63

Closed
alex-wilmer opened this issue Jun 15, 2016 · 1 comment
Closed

Can there be include as well as ignore? #63

alex-wilmer opened this issue Jun 15, 2016 · 1 comment

Comments

@alex-wilmer
Copy link

alex-wilmer commented Jun 15, 2016

I have a project where files look kind of like:

app/
  module/
    module.py
tests/
  module/
    module_test.py
  some_test.py

In my ideal usage, I would say ptw --include module* which would watch module_test.py and module.py because that's the current test I'm working on, and don't want all the other tests to keep re running as I'm working.. also I'm finding writing many many --ignore to be cumbersome, though I'm probably doing that incorrectly.

@alex-wilmer
Copy link
Author

Ahhhh nevermind I just needed to say ptw app/module tests/module. Is there a way to watch specific files, not folders?

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

No branches or pull requests

1 participant