Skip to content

Commit d55a03c

Browse files
authored
Merge pull request #4 from jbasko/dev
Travis-CI build passing image
2 parents 15c202d + 48c8e31 commit d55a03c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
pytest-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+
47
This is a pytest plugin **to randomise the order** in which tests are run **with some control**
58
over how much randomness one allows.
69

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
maintainer_email='[email protected]',
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'],

0 commit comments

Comments
 (0)