Improve docs and reference

This commit is contained in:
Bruno Oliveira
2019-06-26 19:10:54 -03:00
parent fcbe66feba
commit 3afee36ebb
3 changed files with 25 additions and 13 deletions

View File

@@ -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