JamesHutchison / pytest-hot-reloading

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

Add monkeypatch for group definitions to fix jurigged bug #55

Closed JamesHutchison closed 8 months ago

JamesHutchison commented 8 months ago

Jurigged is adding a blank line between things. It's not clear to me why. This creates a bug where the line numbers diverge from reality.

This PR also improves the explanations for the monkey patches.

JamesHutchison commented 8 months ago

It would be better that this was fixed in jurigged. I noticed the author was active very recently so I'll bring up these concerns there