From 28efdebfcde2c910985a139d584fb9cac5902cca Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 31 May 2016 12:17:55 -0300 Subject: [PATCH] Remove "experimental" status from hookwrapper --- doc/en/writing_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst index 90f2195e2..924385100 100644 --- a/doc/en/writing_plugins.rst +++ b/doc/en/writing_plugins.rst @@ -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