-
Notifications
You must be signed in to change notification settings - Fork 7
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
Modification watcher #3
Comments
See also https://github.com/tarpas/testmon / tmon.py. You can use watchdog or pyinotify to wrap it yourself. |
See issues and PR's of https://github.com/joeyespo/pytest-watch ... The On Tue, Jun 9, 2015 at 8:00 AM, Daniel Hahler notifications@github.com
|
Thanks for you suggestions, but I realized I can pass options via The only thing bothering me is it sometimes reruns tests 2-3 times when the file the gets modified. But this is a |
@Glueon pytest-incremental used to have a watcher but it was lost in the last re-write. So this is something I definitely want to add. Please note that although blueyed is shown as a collaborator, simply recommending another plugin or telling you to wrap There are a few problems in using this plugin with |
there are future plans to add such a watch functionality in pytest, but it will happen sometime after pytest-cache is integrated in pytest core and pytest is son github |
I definetly wanted to say that this is not a At the moment pretty ok with this. |
Hello,
Very cool plugin, but is it possible to combine it with any plugin or add a function of automatic test rerun on file modifications?
I used https://github.com/joeyespo/pytest-watch but it does not accept
--inc
parameter.The text was updated successfully, but these errors were encountered: