We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cabea0 commit 47c1dc8Copy full SHA for 47c1dc8
README.md
README.rst
@@ -0,0 +1,34 @@
1
+pytest-random-order
2
+===================================
3
+
4
+Pytest plugin to randomise the order of tests within module, package, or globally.
5
6
+----
7
8
+Installation
9
+------------
10
11
+::
12
13
+ $ pip install https://github.com/jbasko/pytest-random-order/archive/v0.0.0.tar.gz
14
15
16
+Usage
17
+-----
18
19
20
21
+ $ pytest -v
22
23
+ $ pytest -v --random-order-mode=global
24
25
+ $ pytest -v --random-order-mode=package
26
27
+ $ pytest -v --random-order-mode=module
28
29
30
+License
31
+-------
32
33
+Distributed under the terms of the `MIT`_ license, "pytest-random-order" is free and open source software
34
0 commit comments