summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-06-26 19:10:54 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2019-06-26 19:15:00 -0300
commit3afee36ebb0720bb15f4ca67ea0f1305434e1cc7 (patch)
tree2c4435b806af40edf39322ea36d6014b4a93b30b /doc
parentfcbe66feba83b5991d093cc5e42a46001e46cab0 (diff)
downloadpytest-3afee36ebb0720bb15f4ca67ea0f1305434e1cc7.tar.gz
Improve docs and reference
Diffstat (limited to 'doc')
-rw-r--r--doc/en/reference.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index 6750b17f0..5abb01f50 100644
--- a/doc/en/reference.rst
+++ b/doc/en/reference.rst
@@ -665,15 +665,14 @@ Session related reporting hooks:
.. autofunction:: pytest_fixture_post_finalizer
.. autofunction:: pytest_warning_captured
-And here is the central hook for reporting about
-test execution:
+Central hook for reporting about test execution:
.. autofunction:: pytest_runtest_logreport
-You can also use this hook to customize assertion representation for some
-types:
+Assertion related hooks:
.. autofunction:: pytest_assertrepr_compare
+.. autofunction:: pytest_assertion_pass
Debugging/Interaction hooks