fix issue316 - properly reference collection hooks in docs

This commit is contained in:
holger krekel 2013-06-03 10:04:50 +02:00
parent c294a417bd
commit da1996b5f5
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,8 @@
Changes between 2.3.5 and 2.4.DEV Changes between 2.3.5 and 2.4.DEV
----------------------------------- -----------------------------------
- fix issue316 - properly reference collection hooks in docs
- fix issue 308 - allow to mark/xfail/skip individual parameter sets - fix issue 308 - allow to mark/xfail/skip individual parameter sets
when parametrizing. Thanks Brianna Laugher. when parametrizing. Thanks Brianna Laugher.
@ -37,6 +39,7 @@ Changes between 2.3.5 and 2.4.DEV
- fix issue307 - use yaml.safe_load in example, thanks Mark Eichin. - fix issue307 - use yaml.safe_load in example, thanks Mark Eichin.
Changes between 2.3.4 and 2.3.5 Changes between 2.3.4 and 2.3.5
----------------------------------- -----------------------------------

View File

@ -345,15 +345,15 @@ Reporting hooks
Session related reporting hooks: Session related reporting hooks:
.. autofunction: pytest_collectstart .. autofunction:: pytest_collectstart
.. autofunction: pytest_itemcollected .. autofunction:: pytest_itemcollected
.. autofunction: pytest_collectreport .. autofunction:: pytest_collectreport
.. autofunction: pytest_deselected .. autofunction:: pytest_deselected
And here is the central hook for reporting about And here is the central hook for reporting about
test execution: test execution:
.. autofunction: pytest_runtest_logreport .. autofunction:: pytest_runtest_logreport
Reference of objects involved in hooks Reference of objects involved in hooks
=========================================================== ===========================================================