Skip to content

Releases: pytest-dev/pytest-random-order

v0.5.5

16 Mar 08:56
4b2a8fe
Compare
Choose a tag to compare
#23 - Allow disabling shuffling with --random-order-bucket=none (#24)

v0.5.4

18 Feb 09:51
Compare
Choose a tag to compare

Adds Python 2.6 support. Thanks @eLRuLL

v0.5.2

26 Dec 23:55
Compare
Choose a tag to compare

Adds seed support to allow rerunning tests in the same order as in an earlier run

v0.5.1

26 Dec 22:58
Compare
Choose a tag to compare

Register random_order marker so it’s displayed on pytest --markers

v0.5.0

26 Dec 20:28
Compare
Choose a tag to compare

Use standard pytest markers to disable reordering per module or class

v0.4.3

24 Dec 16:33
Compare
Choose a tag to compare

First decent version.

v0.3.1

24 Dec 02:42
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Adds a way to disable the shuffle in an individual module.

package bucketing is broken.

v0.3.0

23 Dec 23:34
Compare
Choose a tag to compare
Merge pull request #2 from jbasko/dev

Docs & plugin failure handling

v0.2.5

23 Dec 02:39
Compare
Choose a tag to compare
Merge pull request #1 from jbasko/dev

Looks like it runs with Python 3.5 too. Good.

v0.2.4

23 Dec 02:30
Compare
Choose a tag to compare