pytest-dev / pytest-repeat

pytest plugin for repeating test execution
https://pypi.python.org/pypi/pytest-repeat/
Other
169 stars 27 forks source link

Merged pytest-repeat and pytest-stress #57

Open anogowski opened 2 years ago

anogowski commented 2 years ago

I merged pytest-stress and pytest-repeat and called it pytest-loop. Also added a fix for clearing previous reports so pytest-stress part did not keep appending results.

https://github.com/anogowski/pytest-loop https://pypi.org/project/pytest-loop/

My merge completely changes how pytest-repeat reports results though. Is a merge a good idea or just leave it as a separate project?