pytest-dev / pytest-random-order

pytest plugin to randomise the order of tests with some control over the randomness
MIT License
65 stars 10 forks source link

support failed-first #28

Closed oppianmatt closed 6 years ago

oppianmatt commented 6 years ago

Would like to be able to use this and --failed-first at the same time.

jbasko commented 6 years ago

Thanks for reporting. I didn't know that there is such an option in pytest. Will implement in the near future.