[py-svn] r6884 - py/dist/doc

hpk at codespeak.net hpk at codespeak.net
Sun Oct 10 14:41:41 CEST 2004


Author: hpk
Date: Sun Oct 10 14:41:41 2004
New Revision: 6884

Modified:
   py/dist/doc/test.txt
Log:
small rest fixes


Modified: py/dist/doc/test.txt
==============================================================================
--- py/dist/doc/test.txt	(original)
+++ py/dist/doc/test.txt	Sun Oct 10 14:41:41 2004
@@ -35,11 +35,11 @@
 Basic features for writing tests
 ================================
 
-assert with the ``assert statement``
+assert with the ``assert`` statement
 ------------------------------------
 
 writing assertions is very simple and this
-is one of its most noticeable features: 
+is one of py.tests most noticeable features: 
 
     You can simply use the ``assert`` statement. 
 
@@ -71,7 +71,7 @@
 in case of the possible failures (*no exception** or *wrong
 exception*) the reporter provides you with helpful output. 
 
-debug with the ``print statement``
+debug with the ``print`` statement
 ----------------------------------
 
 By default, the py lib catches stdout/stderr while executing 



More information about the pytest-commit mailing list