Add changelog entries for #2124

This commit is contained in:
Bruno Oliveira 2017-11-12 11:19:02 -02:00
parent f074fd9ac6
commit 063335a715
2 changed files with 2 additions and 0 deletions

1
changelog/2124.bugfix Normal file
View File

@ -0,0 +1 @@
``pytest_fixture_setup`` and ``pytest_fixture_post_finalizer`` hooks are now called for all ``conftest.py`` files.

1
changelog/2124.feature Normal file
View File

@ -0,0 +1 @@
``pytest_fixture_post_finalizer`` hook can now receive a ``request`` argument.