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 6a0158c commit 5f19fcbCopy full SHA for 5f19fcb
README.rst
@@ -102,11 +102,8 @@ pass undeservedly, you can disable it:
102
$ pytest -p no:random-order -v
103
104
105
-Advanced Options
106
-----------------
107
-
108
-Disable Shuffling In a Module
109
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Disable Shuffling in a Module/Class
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110
111
You can disable shuffling of tests within a single module or class by marking the module or class
112
with ``random_order`` marker and passing ``disabled=True`` to it:
0 commit comments