Skip to content

Commit 99edda2

Browse files
committed
Docs
1 parent 2733fb6 commit 99edda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
pytest-random-order
22
===================================
33

4-
This is a **pytest** plugin to randomise the order in which tests are run with a little bit of control
4+
This is a pytest plugin **to randomise the order** in which tests are run **with some control**
55
over how much randomness one allows.
66

77
It is a good idea to randomise the order in which your tests run
88
because a test running early as part of a larger suite of tests may have left
99
the system under test in a particularly fortunate state for a subsequent test to pass.
1010

1111
How Random
12-
__________
12+
----------
1313

1414
**pytest-random-order** groups tests in buckets, shuffles them within buckets and then shuffles the buckets.
1515

0 commit comments

Comments
 (0)