From 803c536ca448405f0b282bc76e7af05744c9d92f Mon Sep 17 00:00:00 2001 From: aizpurua23a <57321880+aizpurua23a@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:37:33 +0200 Subject: [PATCH] Update doc/en/how-to/fixtures.rst Co-authored-by: Bruno Oliveira --- doc/en/how-to/fixtures.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index 8407a3690..de6829842 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -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