We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5c579 commit 7a3daacCopy full SHA for 7a3daac
doc/en/writing_plugins.rst
@@ -498,6 +498,8 @@ Session related reporting hooks:
498
.. autofunction:: pytest_report_header
499
.. autofunction:: pytest_report_teststatus
500
.. autofunction:: pytest_terminal_summary
501
+.. autofunction:: pytest_fixture_setup
502
+.. autofunction:: pytest_fixture_post_finalizer
503
504
And here is the central hook for reporting about
505
test execution:
@@ -554,6 +556,10 @@ Reference of objects involved in hooks
554
556
:members:
555
557
:show-inheritance:
558
559
+.. autoclass:: _pytest.python.FixtureDef()
560
+ :members:
561
+ :show-inheritance:
562
+
563
.. autoclass:: _pytest.runner.CallInfo()
564
565
0 commit comments