Update doc/en/how-to/fixtures.rst
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
parent
914ad2ec59
commit
7aa62732a3
|
@ -742,7 +742,7 @@ Note on finalizer 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue