Skip to content

Commit

Permalink
Comment to guard against removing 'none' option as suggested in #40
Browse files Browse the repository at this point in the history
  • Loading branch information
jbasko committed Jan 20, 2024
1 parent 763f0f9 commit ac1369a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ grandparent
global
All tests fall in the same bucket, full randomness, tests probably take longer to run.

none (deprecated)
Disable shuffling. *Deprecated since 1.0.4 because this plugin no longer shuffles tests by default
so there is nothing to disable.*
none
Disable shuffling. This plugin no longer shuffles tests by default
so there is nothing to disable, however, there are scenarios where this is useful
due to the way test configs are specified, see #40.


If you have three buckets of tests ``A``, ``B``, and ``C`` with three tests ``1`` and ``2``, and ``3`` in each of them,
Expand Down Expand Up @@ -248,7 +249,7 @@ v1.0.4 (2018-11-30)

* Fixes issues with doctests reported in #36 - ``class``, ``package`` and ``module`` didn't work
because ``DoctestItem`` doesn't have ``cls`` or ``module`` attributes. Thanks @tobywf.
* Deprecate ``none`` bucket type.
* Deprecate ``none`` bucket type. **Update**: this was a mistake, it will be kept for backwards compatibility.
* With tox, run tests of pytest-random-order with both pytest 3 and 4.

v1.0.3 (2018-11-16)
Expand Down

0 comments on commit ac1369a

Please sign in to comment.