Update doc/en/how-to/fixtures.rst
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
parent
22c5394acd
commit
803c536ca4
|
@ -738,6 +738,8 @@ Note on finalizer order
|
|||
Finalizers are executed in a first-in-last-out order, while operations after yield are executed sequentially.
|
||||
Consider the differences in the following examples:
|
||||
|
||||
.. regendoc:wipe
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
import pytest
|
||||
|
|
Loading…
Reference in New Issue