File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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
1616reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported
1717in a previous test run.
1818
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
2020
2121-----------
2222Quick Start
@@ -87,15 +87,15 @@ that causes problems you can look up the value in the test report and repeat the
8787Design
8888------
8989
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
9191
9292The plugin groups tests in buckets, shuffles them within buckets and then shuffles the buckets.
9393
9494Given the test suite above, here are two of a few possible generated orders of tests:
9595
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
9797
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
9999
100100You can choose from a few types of buckets:
101101
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def read(fname):
1414
1515setup (
1616 name = 'pytest-random-order' ,
17- version = '1.0.1 ' ,
17+ version = '1.0.2 ' ,
1818 author = 'Jazeps Basko' ,
1919 author_email = 'jazeps.basko@gmail.com' ,
2020 maintainer = 'Jazeps Basko' ,
You can’t perform that action at this time.
0 commit comments