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 2733fb6 commit 99edda2Copy full SHA for 99edda2
README.rst
@@ -1,15 +1,15 @@
1
pytest-random-order
2
===================================
3
4
-This is a **pytest** plugin to randomise the order in which tests are run with a little bit of control
+This is a pytest plugin **to randomise the order** in which tests are run **with some control**
5
over how much randomness one allows.
6
7
It is a good idea to randomise the order in which your tests run
8
because a test running early as part of a larger suite of tests may have left
9
the system under test in a particularly fortunate state for a subsequent test to pass.
10
11
How Random
12
-__________
+----------
13
14
**pytest-random-order** groups tests in buckets, shuffles them within buckets and then shuffles the buckets.
15
0 commit comments