We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c87a6a + 0caee1a commit 11a7bcaCopy full SHA for 11a7bca
doc/en/writing_plugins.rst
@@ -485,12 +485,20 @@ Session related reporting hooks:
485
.. autofunction:: pytest_itemcollected
486
.. autofunction:: pytest_collectreport
487
.. autofunction:: pytest_deselected
488
+.. autofunction:: pytest_report_header
489
+.. autofunction:: pytest_report_teststatus
490
+.. autofunction:: pytest_terminal_summary
491
492
And here is the central hook for reporting about
493
test execution:
494
495
.. autofunction:: pytest_runtest_logreport
496
497
+You can also use this hook to customize assertion representation for some
498
+types:
499
+
500
+.. autofunction:: pytest_assertrepr_compare
501
502
503
Debugging/Interaction hooks
504
---------------------------
0 commit comments