diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst index b0522a3d0..0321b9402 100644 --- a/doc/en/writing_plugins.rst +++ b/doc/en/writing_plugins.rst @@ -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 ---------------------------