From 28169e96bf7da5e09110b298ffd3563b420c5ab4 Mon Sep 17 00:00:00 2001 From: Aleksandr Brodin Date: Wed, 10 Apr 2024 17:28:07 +0700 Subject: [PATCH] update hooks reference --- doc/en/reference/reference.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/reference/reference.rst b/doc/en/reference/reference.rst index c9d7aeb55..c8abff682 100644 --- a/doc/en/reference/reference.rst +++ b/doc/en/reference/reference.rst @@ -771,6 +771,8 @@ Session related reporting hooks: .. autofunction:: pytest_terminal_summary .. hook:: pytest_fixture_setup .. autofunction:: pytest_fixture_setup +.. hook:: pytest_fixture_teardown +.. autofunction:: pytest_fixture_teardown .. hook:: pytest_fixture_post_finalizer .. autofunction:: pytest_fixture_post_finalizer .. hook:: pytest_warning_recorded