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 --random-order-bucket=no (or =none) #23

Closed anntzer closed 6 years ago

anntzer commented 6 years ago

Supporting --random-order-bucket=no (or none, I don't really care) would allow that option to be listed in the output of pytest -h, avoiding the need for the occasional user to lookup online the syntax to disable a plugin (-p no:random-order).

jbasko commented 6 years ago

Thanks for the suggestion. Done in v0.5.6 with none