Skip to content

Commit 7a3daac

Browse files
Add docs for setuponly and setupplan options.
1 parent da5c579 commit 7a3daac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/en/writing_plugins.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@ Session related reporting hooks:
498498
.. autofunction:: pytest_report_header
499499
.. autofunction:: pytest_report_teststatus
500500
.. autofunction:: pytest_terminal_summary
501+
.. autofunction:: pytest_fixture_setup
502+
.. autofunction:: pytest_fixture_post_finalizer
501503

502504
And here is the central hook for reporting about
503505
test execution:
@@ -554,6 +556,10 @@ Reference of objects involved in hooks
554556
:members:
555557
:show-inheritance:
556558

559+
.. autoclass:: _pytest.python.FixtureDef()
560+
:members:
561+
:show-inheritance:
562+
557563
.. autoclass:: _pytest.runner.CallInfo()
558564
:members:
559565

0 commit comments

Comments
 (0)