Skip to content

Commit 32ca5cd

Browse files
Update changelog for new fixture hooks.
1 parent 9877bf4 commit 32ca5cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
fixtures and reports them. Thanks `@d6e`_, `@kvas-it`_, `@sallner`_
5454
and `@omarkohl`_ for the PR.
5555

56+
* Added two new hooks: ``pytest_fixture_setup`` which executes the fixture
57+
setup and ``pytest_fixture_post_finalizer`` which is called after the fixture's
58+
finalizer and has access to the fixture's result cache.
59+
Thanks `@d6e`_, `@sallner`_
60+
61+
5662
**Changes**
5763

5864
* Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like

0 commit comments

Comments
 (0)