Merge pull request #3073 from nicoddemus/pytest_runtestloop-docs

Add pytest_runtestloop to the docs
This commit is contained in:
Bruno Oliveira 2018-01-05 20:35:51 -02:00 committed by GitHub
commit 06a182386b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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