We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu 18.04 pytest-watch==4.2.0 pytest==5.1.2
Seemingly randomly at times I cannot exit ptw using Ctrl+C in the terminal. I then need to killall ptw to exit it.
killall ptw
Has anyone else experienced this issue?
The text was updated successfully, but these errors were encountered:
For anyone else seeing this bug, you can just use 'entr' instead of pytest-watch which doesn't suffer from this issue:
sudo apt install entr find . -name '*.py' | entr pytest tests/test_something.py
edit: actually entr won't work with pdb, so try this.
Sorry, something went wrong.
No branches or pull requests
Seemingly randomly at times I cannot exit ptw using Ctrl+C in the terminal. I then need to
killall ptw
to exit it.Has anyone else experienced this issue?
The text was updated successfully, but these errors were encountered: