File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
pytest-random-order
2
2
===================================
3
3
4
+ .. image :: https://travis-ci.org/jbasko/pytest-random-order.svg?branch=master
5
+ :target: https://travis-ci.org/jbasko/pytest-random-order
6
+
4
7
This is a pytest plugin **to randomise the order ** in which tests are run **with some control **
5
8
over how much randomness one allows.
6
9
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def read(fname):
20
20
maintainer_email = '[email protected] ' ,
21
21
license = 'MIT' ,
22
22
url = 'https://github.com/jbasko/pytest-random-order' ,
23
- description = 'Randomise the order in which tests are run' ,
23
+ description = 'Randomise the order in which pytest tests are run with some control over the randomness ' ,
24
24
long_description = read ('README.rst' ),
25
25
py_modules = ['pytest_random_order' ],
26
26
install_requires = ['pytest>=2.9.2' ],
You can’t perform that action at this time.
0 commit comments