JamesHutchison / pytest-hot-reloading

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

Assertions for freshly created tests not rewritten #74

Open JamesHutchison opened 7 months ago

JamesHutchison commented 7 months ago

Created a new test and noted that the assert statement wasn't rewritten.

This doesn't seem to be the biggest deal, as all subsequent updates to the test fix the assertion rewrite