Update changelog for new fixture hooks.

This commit is contained in:
Danielle Jenkins
2016-06-25 12:33:31 +02:00
parent 9877bf47e3
commit 32ca5cdb09

View File

@@ -53,6 +53,12 @@
fixtures and reports them. Thanks `@d6e`_, `@kvas-it`_, `@sallner`_
and `@omarkohl`_ for the PR.
* Added two new hooks: ``pytest_fixture_setup`` which executes the fixture
setup and ``pytest_fixture_post_finalizer`` which is called after the fixture's
finalizer and has access to the fixture's result cache.
Thanks `@d6e`_, `@sallner`_
**Changes**
* Fixtures marked with ``@pytest.fixture`` can now use ``yield`` statements exactly like