Skip to content

Commit

Permalink
Merge pull request pytest-dev#3073 from nicoddemus/pytest_runtestloop…
Browse files Browse the repository at this point in the history
…-docs

Add pytest_runtestloop to the docs
  • Loading branch information
nicoddemus authored Jan 5, 2018
2 parents fac07c1 + 52a7cce commit 06a1823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/en/writing_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06a1823

Please sign in to comment.