-
Notifications
You must be signed in to change notification settings - Fork 52
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
Maintenance Status? #121
Comments
I struggled to make |
Please excuse if this message is off-topic. I tried running both pytest-watch and pytest-watcher with my Django project and both of them failed: a special I ended up installing entr and used it to run the test from a subdir without any errors: $ cd tests/subdir
$ ls | entr pytest -x -v Hope this helps anyone looking for a quick solution to runing pytest in watch mode. |
I've been using watchexec as a more general watcher, since pytest-watch no longer works for me. (This was before I saw @olzhasar 's https://github.com/olzhasar/pytest-watcher, which looks great for python-only use cases, so definitely worth checking that out.) One downside of |
This is seeming very abandoned at this point 😢 |
What is the maintenance status of the project?
The last commit was 17375a1 on Jun 15, 2019.
ptw
is broken for some users #114 but they are actively trying to fix it #117A while ago (2017) there was already a discussion about moving
pytest-watch
to thepytest-dev
organization#75 to share maintenance duties and ensure active development (cc @nicoddemus). Given that people are interested in the plugin and want to contribute I think it would be great to move
pytest-watch
to thepytest-dev
organization.What do you think @joeyespo?
The text was updated successfully, but these errors were encountered: