Merge pull request #1322 from nicoddemus/missing-hooks-docs
Add a few missing hooks to the docs
This commit is contained in:
commit
11a7bcaaa5
|
@ -485,12 +485,20 @@ Session related reporting hooks:
|
||||||
.. autofunction:: pytest_itemcollected
|
.. autofunction:: pytest_itemcollected
|
||||||
.. autofunction:: pytest_collectreport
|
.. autofunction:: pytest_collectreport
|
||||||
.. autofunction:: pytest_deselected
|
.. autofunction:: pytest_deselected
|
||||||
|
.. autofunction:: pytest_report_header
|
||||||
|
.. autofunction:: pytest_report_teststatus
|
||||||
|
.. autofunction:: pytest_terminal_summary
|
||||||
|
|
||||||
And here is the central hook for reporting about
|
And here is the central hook for reporting about
|
||||||
test execution:
|
test execution:
|
||||||
|
|
||||||
.. autofunction:: pytest_runtest_logreport
|
.. autofunction:: pytest_runtest_logreport
|
||||||
|
|
||||||
|
You can also use this hook to customize assertion representation for some
|
||||||
|
types:
|
||||||
|
|
||||||
|
.. autofunction:: pytest_assertrepr_compare
|
||||||
|
|
||||||
|
|
||||||
Debugging/Interaction hooks
|
Debugging/Interaction hooks
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in New Issue