From 98b212cbfb2b58abeaa58609e53667058ba23429 Mon Sep 17 00:00:00 2001 From: Victor Maryama Date: Tue, 25 Jun 2019 10:35:09 +0200 Subject: [PATCH] Added "experimental" note. --- src/_pytest/hookspec.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/_pytest/hookspec.py b/src/_pytest/hookspec.py index 70301566c..c22b4c12a 100644 --- a/src/_pytest/hookspec.py +++ b/src/_pytest/hookspec.py @@ -497,6 +497,13 @@ def pytest_assertion_pass(item, lineno, orig, expl): :param int lineno: line number of the assert statement :param string orig: string with original assertion :param string expl: string with assert explanation + + .. note:: + + This hook is still *experimental*, so its parameters or even the hook itself might + be changed/removed without warning in any future pytest release. + + If you find this hook useful, please share your feedback opening an issue. """