Closed anntzer closed 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).
--random-order-bucket=no
none
pytest -h
-p no:random-order
Thanks for the suggestion. Done in v0.5.6 with none
Supporting
--random-order-bucket=no
(ornone
, I don't really care) would allow that option to be listed in the output ofpytest -h
, avoiding the need for the occasional user to lookup online the syntax to disable a plugin (-p no:random-order
).