Features assertion pass hook (#3479)

Features assertion pass hook
This commit is contained in:
Bruno Oliveira
2019-06-26 21:14:19 -03:00
committed by GitHub
11 changed files with 301 additions and 41 deletions
+3 -4
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