File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The plugin allows user to control the level of randomness they want to introduce
16
16
reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported
17
17
in a previous test run.
18
18
19
- .. image :: . /docs/pytest-random-order-design.png
19
+ .. image :: https://raw.githubusercontent.com/jbasko/pytest-random-order/master /docs/pytest-random-order-design.png
20
20
21
21
-----------
22
22
Quick Start
@@ -87,15 +87,15 @@ that causes problems you can look up the value in the test report and repeat the
87
87
Design
88
88
------
89
89
90
- .. image :: . /docs/pytest-random-order-design.png
90
+ .. image :: https://raw.githubusercontent.com/jbasko/pytest-random-order/master /docs/pytest-random-order-design.png
91
91
92
92
The plugin groups tests in buckets, shuffles them within buckets and then shuffles the buckets.
93
93
94
94
Given the test suite above, here are two of a few possible generated orders of tests:
95
95
96
- .. image :: . /docs/pytest-random-order-example1.png
96
+ .. image :: https://raw.githubusercontent.com/jbasko/pytest-random-order/master /docs/pytest-random-order-example1.png
97
97
98
- .. image :: . /docs/pytest-random-order-example2.png
98
+ .. image :: https://raw.githubusercontent.com/jbasko/pytest-random-order/master /docs/pytest-random-order-example2.png
99
99
100
100
You can choose from a few types of buckets:
101
101
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def read(fname):
14
14
15
15
setup (
16
16
name = 'pytest-random-order' ,
17
- version = '1.0.1 ' ,
17
+ version = '1.0.2 ' ,
18
18
author = 'Jazeps Basko' ,
19
19
20
20
maintainer = 'Jazeps Basko' ,
You can’t perform that action at this time.
0 commit comments