Releases: pytest-dev/pytest-random-order
Releases · pytest-dev/pytest-random-order
v0.5.6
16 Mar 08:59
Compare
Sorry, something went wrong.
No results found
v0.5.5
16 Mar 08:56
Compare
Sorry, something went wrong.
No results found
#23 - Allow disabling shuffling with --random-order-bucket=none (#24)
v0.5.4
18 Feb 09:51
Compare
Sorry, something went wrong.
No results found
Adds Python 2.6 support. Thanks @eLRuLL
v0.5.2
26 Dec 23:55
Compare
Sorry, something went wrong.
No results found
Adds seed support to allow rerunning tests in the same order as in an earlier run
v0.5.1
26 Dec 22:58
Compare
Sorry, something went wrong.
No results found
Register random_order marker so it’s displayed on pytest --markers
v0.5.0
26 Dec 20:28
Compare
Sorry, something went wrong.
No results found
Use standard pytest markers to disable reordering per module or class
v0.4.3
24 Dec 16:33
Compare
Sorry, something went wrong.
No results found
v0.3.1
24 Dec 02:42
Compare
Sorry, something went wrong.
No results found
Adds a way to disable the shuffle in an individual module.
package bucketing is broken.
v0.3.0
23 Dec 23:34
Compare
Sorry, something went wrong.
No results found
Merge pull request #2 from jbasko/dev
Docs & plugin failure handling
v0.2.5
23 Dec 02:39
Compare
Sorry, something went wrong.
No results found
Merge pull request #1 from jbasko/dev
Looks like it runs with Python 3.5 too. Good.