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 4cfa3a5 commit 6cf1842Copy full SHA for 6cf1842
docs/index.rst
@@ -197,6 +197,10 @@ will be executed *first* or *last* respectively in the hook call loop:
197
For another example see the `hook function ordering`_ section of the
198
``pytest`` docs.
199
200
+.. note::
201
+ ``tryfirst`` and ``trylast`` hooks are still invoked in LIFO order within
202
+ each category.
203
+
204
Wrappers
205
^^^^^^^^
206
A *hookimpl* can be marked with a ``"hookwrapper"`` option which indicates that
0 commit comments