Skip to content

Commit 0caee1a

Browse files
committed
Add a few missing hooks to the docs
1 parent 4c87a6a commit 0caee1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/en/writing_plugins.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,20 @@ Session related reporting hooks:
485485
.. autofunction:: pytest_itemcollected
486486
.. autofunction:: pytest_collectreport
487487
.. autofunction:: pytest_deselected
488+
.. autofunction:: pytest_report_header
489+
.. autofunction:: pytest_report_teststatus
490+
.. autofunction:: pytest_terminal_summary
488491

489492
And here is the central hook for reporting about
490493
test execution:
491494

492495
.. autofunction:: pytest_runtest_logreport
493496

497+
You can also use this hook to customize assertion representation for some
498+
types:
499+
500+
.. autofunction:: pytest_assertrepr_compare
501+
494502

495503
Debugging/Interaction hooks
496504
---------------------------

0 commit comments

Comments
 (0)