We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8cb4d commit 72f29f3Copy full SHA for 72f29f3
README.rst
@@ -230,6 +230,21 @@ Compatibility
230
231
.. END-COMPATIBILITY
232
233
+.. START-PRIORITY
234
+
235
+Priority
236
+-------------
237
238
+You can specify arguments in three places. So if you set the number of reruns in all three,
239
+which one takes priority?
240
241
+* Top priority is the marker, such as ``@pytest.mark.flaky(reruns=1)``
242
+* Second priority is what's specified on the command line, like ``--reruns=2``
243
+* Last priority is the ``pyproject.toml`` (or ``pytest.ini``) file setting, like ``reruns = 3``
244
245
+.. END-PRIORITY
246
247
248
.. START-CONTRIBUTING
249
250
Resources
0 commit comments