Added "experimental" note.

This commit is contained in:
Victor Maryama 2019-06-25 10:35:09 +02:00
parent 52e695b329
commit 98b212cbfb
1 changed files with 7 additions and 0 deletions

View File

@ -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.
"""