Merge pull request #1577 from pytest-dev/docs-hookwrapper-experimental

Remove "experimental" status from hookwrapper
This commit is contained in:
Ronny Pfannschmidt 2016-05-31 17:56:08 +02:00
commit 289e0091de
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ hookwrapper: executing around other hooks
.. currentmodule:: _pytest.core
.. versionadded:: 2.7 (experimental)
.. versionadded:: 2.7
pytest plugins can implement hook wrappers which wrap the execution
of other hook implementations. A hook wrapper is a generator function