We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd4e33 commit 648f2f6Copy full SHA for 648f2f6
README.rst
@@ -2,12 +2,9 @@
2
pytest-random-order
3
===================================
4
5
-.. image:: https://img.shields.io/badge/python-3.5%2C%203.6%2C%203.7-blue.svg
+.. image:: https://img.shields.io/badge/python-3.7%2C%203.8%2C%203.9%2C%203.10-blue.svg
6
:target: https://github.com/jbasko/pytest-random-order
7
8
-.. image:: https://travis-ci.org/jbasko/pytest-random-order.svg?branch=master
9
- :target: https://travis-ci.org/jbasko/pytest-random-order
10
-
11
**pytest-random-order** is a `pytest <http://pytest.org>`_ plugin that randomises the order of tests.
12
This can be useful to detect a test that passes just because it happens to run after an unrelated test that
13
leaves the system in a *favourable* state.
0 commit comments