[py-svn] r63325 - py/extradoc/talk/pycon-us-2009/pytest-advanced

briandorsey at codespeak.net briandorsey at codespeak.net
Wed Mar 25 15:46:22 CET 2009


Author: briandorsey
Date: Wed Mar 25 15:46:20 2009
New Revision: 63325

Modified:
   py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt
Log:
small typo fixes


Modified: py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt
==============================================================================
--- py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt	(original)
+++ py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt	Wed Mar 25 15:46:20 2009
@@ -48,7 +48,7 @@
 The Automated Test question
 ========================================
 
-what are automated there for? 
+what are automated tests there for? 
 
 
 my current answer
@@ -470,7 +470,7 @@
 
 ::
     py.test --dist=each \
-        --tx popen//python=python2.4 \
+        --tx=popen//python=python2.4 \
         --tx=popen//python=python2.5 \
         --tx=popen//python=python2.6 
 



More information about the pytest-commit mailing list