File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
pytest-random-order
2
2
===================================
3
3
4
+ .. image :: https://img.shields.io/badge/python-2.7%2C%203.5-blue.svg
5
+ :target: https://github.com/jbasko/pytest-random-order
6
+
7
+ .. image :: https://coveralls.io/repos/github/jbasko/pytest-random-order/badge.svg?branch=master
8
+ :target: https://coveralls.io/github/jbasko/pytest-random-order?branch=master
9
+
4
10
.. image :: https://travis-ci.org/jbasko/pytest-random-order.svg?branch=master
5
11
:target: https://travis-ci.org/jbasko/pytest-random-order
6
12
@@ -140,7 +146,7 @@ generator:
140
146
Using --random-order-seed=24775
141
147
...
142
148
143
- You can now the ``--random-order-seed=... `` bit as an argument to the next run to produce the same order:
149
+ You can now use the ``--random-order-seed=... `` bit as an argument to the next run to produce the same order:
144
150
145
151
::
146
152
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ generator:
141
141
Using --random-order-seed=24775
142
142
...
143
143
144
- You can now the ``--random-order-seed=... `` bit as an argument to the next run to produce the same order:
144
+ You can now use the ``--random-order-seed=... `` bit as an argument to the next run to produce the same order:
145
145
146
146
::
147
147
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(fname):
13
13
14
14
setup (
15
15
name = 'pytest-random-order' ,
16
- version = '0.5.2 ' ,
16
+ version = '0.5.3 ' ,
17
17
author = 'Jazeps Basko' ,
18
18
19
19
maintainer = 'Jazeps Basko' ,
You can’t perform that action at this time.
0 commit comments