Merge pull request #1322 from nicoddemus/missing-hooks-docs

Add a few missing hooks to the docs
This commit is contained in:
Ronny Pfannschmidt 2016-01-19 08:12:58 +01:00
commit 11a7bcaaa5
1 changed files with 8 additions and 0 deletions

View File

@ -485,12 +485,20 @@ Session related reporting hooks:
.. autofunction:: pytest_itemcollected
.. autofunction:: pytest_collectreport
.. autofunction:: pytest_deselected
.. autofunction:: pytest_report_header
.. autofunction:: pytest_report_teststatus
.. autofunction:: pytest_terminal_summary
And here is the central hook for reporting about
test execution:
.. autofunction:: pytest_runtest_logreport
You can also use this hook to customize assertion representation for some
types:
.. autofunction:: pytest_assertrepr_compare
Debugging/Interaction hooks
---------------------------