tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
823 stars 55 forks source link

re-execute failures (not report them from cache) #166

Closed tarpas closed 3 years ago

tarpas commented 3 years ago

Upon feedback from multiple users and thinking more about the tradeoffs I now think this is preferrable. Let's make this a new default: re-execute failures even if they seem to be unaffected by changes. Of course the affected tests will be still prioritized, but the failures are going to be re-executed afterwards.

@bencaine-integral @javiertejero Any comment please @blueyed or anybody else?