[py-svn] r11834 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Tue May 3 11:28:31 CEST 2005


Author: hpk
Date: Tue May  3 11:28:31 2005
New Revision: 11834

Modified:
   py/dist/py/documentation/test.txt
Log:
a few fixes


Modified: py/dist/py/documentation/test.txt
==============================================================================
--- py/dist/py/documentation/test.txt	(original)
+++ py/dist/py/documentation/test.txt	Tue May  3 11:28:31 2005
@@ -501,7 +501,7 @@
 
 *session.start(colitem)*
 
-    invoked before for each ``colitem.run()`` invocation 
+    invoked before each ``colitem.run()`` invocation 
 
 
 *session.finish(colitem, outcome)*
@@ -588,11 +588,11 @@
 Customizing the collection process in a module
 ---------------------------------------------- 
 
-*REPEATED WARNING: details of the collection and running process are 
-still subject to refactorings and thus details will change.  
-If you are customizing py.test at "Item" level then you 
-definitely want to be subscribed to the `py-dev mailing list`_
-to follow ongoing development.*
+    REPEATED WARNING: details of the collection and running process are 
+    still subject to refactorings and thus details will change.  
+    If you are customizing py.test at "Item" level then you 
+    definitely want to be subscribed to the `py-dev mailing list`_ 
+    to follow ongoing development.
 
 If you have a module where you want to take responsibility for
 collecting your own test Items and possibly even for executing



More information about the pytest-commit mailing list