JamesHutchison / pytest-hot-reloading

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

Add `--stop-daemon` argument #35

Closed JamesHutchison closed 1 year ago

JamesHutchison commented 1 year ago

Addresses #23

Using --stop-daemon instead of --daemon-stop because its more intuitive version and because the --daemon... arguments apply to starting the daemon rather than the client