Remove "experimental" status from hookwrapper

This commit is contained in:
Bruno Oliveira 2016-05-31 12:17:55 -03:00
parent fb2e7cc727
commit 28efdebfcd
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