JamesHutchison / pytest-hot-reloading

A hot reloading pytest daemon, implemented as a plugin
MIT License
89 stars 2 forks source link

Improve poll versus watchdog selection #16

Open JamesHutchison opened 1 year ago

JamesHutchison commented 1 year ago
JamesHutchison commented 8 months ago

Its worth calling out that crab eye, which doesn't exist yet, is intended to be a universal replacement for watchman and would ideally perform better

JamesHutchison commented 8 months ago

What I'm noticing is possibly an issue with docker and file update notifications not working properly. It seems to affect not only the hot reloader, but VS Code as well. Ideally things "just work", so perhaps implementing crab eye and switching this to that is the best course of action.