Add pytest_runtestloop to the docs

This commit is contained in:
Bruno Oliveira 2018-01-03 16:58:57 -02:00
parent 08997279f4
commit 52a7ccef57
1 changed files with 1 additions and 0 deletions

View File

@ -596,6 +596,7 @@ Generic "runtest" hooks
All runtest related hooks receive a :py:class:`pytest.Item <_pytest.main.Item>` object.
.. autofunction:: pytest_runtestloop
.. autofunction:: pytest_runtest_protocol
.. autofunction:: pytest_runtest_setup
.. autofunction:: pytest_runtest_call