JamesHutchison / pytest-hot-reloading

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

Investigate removing Jurigged monkeypatch #51

Closed JamesHutchison closed 8 months ago

JamesHutchison commented 8 months ago

Testing this recently, the monkey patch seemed to create the problem it was intended to fix (line number drift). It's worth downgrading jurigged back to the old version and seeing if the issue was fixed with the latest version.

JamesHutchison commented 8 months ago

I wasn't able to notice any difference about the monkey patch for the case in question, so I think I may have just simply saw things wrong. Closing