Skip to content

Commit 47c1dc8

Browse files
committed
Use README.rst which is referenced in build manifests
1 parent 1cabea0 commit 47c1dc8

File tree

2 files changed

+34
-10
lines changed

2 files changed

+34
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)