JamesHutchison / pytest-hot-reloading

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

Add independent client option #64

Open JamesHutchison opened 8 months ago

JamesHutchison commented 8 months ago

This being a plugin is largely for compatibility with JetBrains. When I originally wrote this at Carta, this was a script that was ran by changing the pytest path in the VS Code settings. This resulted in substantially faster tests because instead of loading pytest and all of the baggage that goes with that, it just jumped straight to the logic.