1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/194874ef779b/
Changeset:   194874ef779b
User:        hpk42
Date:        2013-06-03 10:04:50
Summary:     fix issue316 - properly reference collection hooks in docs
Affected #:  2 files

diff -r 5d0b6123d6541ad497cc592d72b9ed50a7c26915 -r 
194874ef779b84f15f91a64defdd0c1041fc1baf CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
 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
   when parametrizing.  Thanks Brianna Laugher.
 
@@ -37,6 +39,7 @@
 
 - fix issue307 - use yaml.safe_load in example, thanks Mark Eichin.
 
+
 Changes between 2.3.4 and 2.3.5
 -----------------------------------
 

diff -r 5d0b6123d6541ad497cc592d72b9ed50a7c26915 -r 
194874ef779b84f15f91a64defdd0c1041fc1baf doc/en/plugins.txt
--- a/doc/en/plugins.txt
+++ b/doc/en/plugins.txt
@@ -345,15 +345,15 @@
 
 Session related reporting hooks:
 
-.. autofunction: pytest_collectstart
-.. autofunction: pytest_itemcollected
-.. autofunction: pytest_collectreport
-.. autofunction: pytest_deselected
+.. autofunction:: pytest_collectstart
+.. autofunction:: pytest_itemcollected
+.. autofunction:: pytest_collectreport
+.. autofunction:: pytest_deselected
 
 And here is the central hook for reporting about
 test execution:
 
-.. autofunction: pytest_runtest_logreport
+.. autofunction:: pytest_runtest_logreport
 
 Reference of objects involved in hooks
 ===========================================================

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
http://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to