Skip to content

Commit

Permalink
Document pytest-order for fixing test orders (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 22, 2023
1 parent e0c56db commit e68e488
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -167,6 +167,12 @@ altogether, you can use the ``-p`` argument, for example:
pytest -p no:randomly
Avoid reordering some tests
---------------------------

To fix the order of some tests, use the ``pytest-order`` plugin.
See its `documentation section <https://pytest-order.readthedocs.io/en/latest/other_plugins.html#pytest-randomly>`__ on usage with pytest-randomly.

Entry Point
===========

Expand Down

0 comments on commit e68e488

Please sign in to comment.