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 9877bf4 commit 32ca5cdCopy full SHA for 32ca5cd
CHANGELOG.rst
@@ -53,6 +53,12 @@
53
fixtures and reports them. Thanks `@d6e`_, `@kvas-it`_, `@sallner`_
54
and `@omarkohl`_ for the PR.
55
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
62
**Changes**
63
64
* Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like
0 commit comments