JamesHutchison / pytest-hot-reloading

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

Add CI server support #75

Open JamesHutchison opened 7 months ago

JamesHutchison commented 7 months ago

The theory is that you could have the hot reloading test server on standby to run tests, updating files based on the git diff.

This is support currently disabled, you can only use the daemon in a capacity of client / server on localhost.

There's a few concerns before this is doable: