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 11pytest-random-order
22===================================
33
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+
410.. image :: https://travis-ci.org/jbasko/pytest-random-order.svg?branch=master
511 :target: https://travis-ci.org/jbasko/pytest-random-order
612
@@ -140,7 +146,7 @@ generator:
140146 Using --random-order-seed=24775
141147 ...
142148
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:
144150
145151::
146152
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ generator:
141141 Using --random-order-seed=24775
142142 ...
143143
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:
145145
146146::
147147
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(fname):
1313
1414setup (
1515 name = 'pytest-random-order' ,
16- version = '0.5.2 ' ,
16+ version = '0.5.3 ' ,
1717 author = 'Jazeps Basko' ,
1818 author_email = 'jazeps.basko@gmail.com' ,
1919 maintainer = 'Jazeps Basko' ,
You can’t perform that action at this time.
0 commit comments