Update doc/en/how-to/fixtures.rst

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
aizpurua23a 2022-07-27 18:37:33 +02:00 committed by GitHub
parent 22c5394acd
commit 803c536ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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