Releases: pytest-dev/pytest-random-order
Releases · pytest-dev/pytest-random-order
v0.5.5
#23 - Allow disabling shuffling with --random-order-bucket=none (#24)
v0.5.4
Adds Python 2.6 support. Thanks @eLRuLL
v0.5.2
Adds seed support to allow rerunning tests in the same order as in an earlier run
v0.5.1
Register random_order marker so it’s displayed on pytest --markers
v0.5.0
Use standard pytest markers to disable reordering per module or class
v0.3.1
Adds a way to disable the shuffle in an individual module.
package
bucketing is broken.
v0.3.0
Merge pull request #2 from jbasko/dev
Docs & plugin failure handling
v0.2.5
Merge pull request #1 from jbasko/dev
Looks like it runs with Python 3.5 too. Good.