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

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
aizpurua23a 2022-07-27 20:28:36 +02:00 committed by GitHub
parent 914ad2ec59
commit 7aa62732a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ Note on finalizer order
"""""""""""""""""""""""" """"""""""""""""""""""""
Finalizers are executed in a first-in-last-out order. Finalizers are executed in a first-in-last-out order.
For yield fixtures, the first fixture to run is the right-most one, i.e. the last test parameter. For yield fixtures, the first teardown code to run is from the right-most fixture, i.e. the last test parameter.
.. regendoc:wipe .. regendoc:wipe