JamesHutchison / pytest-hot-reloading

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

Add glob support for selecting the files to watch #8

Closed JamesHutchison closed 1 year ago

JamesHutchison commented 1 year ago

Jurigged has a minor flaw where watched files are opened. This can exhaust the open file limit on the system. This issue is to provide a means to give one or more globs as files for jurigged to watch. The likely implementation will be an environment variable, as this needs to support different users working on the same monolith. Each user would select the files they care about, as selecting all of them is not an option.