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 11pytest-random-order
22===================================
33
4+ .. image :: https://travis-ci.org/jbasko/pytest-random-order.svg?branch=master
5+ :target: https://travis-ci.org/jbasko/pytest-random-order
6+
47This is a pytest plugin **to randomise the order ** in which tests are run **with some control **
58over how much randomness one allows.
69
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def read(fname):
2020 maintainer_email = 'jazeps.basko@gmail.com' ,
2121 license = 'MIT' ,
2222 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 ' ,
2424 long_description = read ('README.rst' ),
2525 py_modules = ['pytest_random_order' ],
2626 install_requires = ['pytest>=2.9.2' ],
You can’t perform that action at this time.
0 commit comments