Skip to content

Commit cea8ebd

Browse files
committed
Use absolute image urls
1 parent d6f8a15 commit cea8ebd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The plugin allows user to control the level of randomness they want to introduce
1616
reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported
1717
in 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
-----------
2222
Quick Start
@@ -87,15 +87,15 @@ that causes problems you can look up the value in the test report and repeat the
8787
Design
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

9292
The plugin groups tests in buckets, shuffles them within buckets and then shuffles the buckets.
9393

9494
Given 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

100100
You can choose from a few types of buckets:
101101

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414

1515
setup(
1616
name='pytest-random-order',
17-
version='1.0.1',
17+
version='1.0.2',
1818
author='Jazeps Basko',
1919
author_email='[email protected]',
2020
maintainer='Jazeps Basko',

0 commit comments

Comments
 (0)