JamesHutchison / pytest-hot-reloading

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

Add test exclusion capabilities #4

Open JamesHutchison opened 1 year ago

JamesHutchison commented 1 year ago

This is to add some means of writing a file to repo that tells the client to not use the daemon. These can be for repos where most tests are safe for hot reloading but maybe there's a couple outliers that are not.