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

hpk at codespeak.net hpk at codespeak.net
Sat Mar 28 11:44:19 CET 2009


Author: hpk
Date: Sat Mar 28 11:44:16 2009
New Revision: 63402

Modified:
   py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.pdf
   py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt
Log:
version as held


Modified: py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.pdf
==============================================================================
Files py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.pdf	(original) and py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.pdf	Sat Mar 28 11:44:16 2009 differ

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	Sat Mar 28 11:44:16 2009
@@ -527,12 +527,14 @@
 ==================================================
 
 ::
+
     py.test --dist=each --tx popen//python=python2.4
 
 send test to three different interpreters 
 ==================================================
 
 ::
+
     py.test --dist=each \
         --tx=popen//python=python2.4 \
         --tx=popen//python=python2.5 \
@@ -556,6 +558,7 @@
 ========================================
 
 ::
+
     py.test --d --tx ssh=myhostpopen --rsyncdir mypkg mypkg
 
 Sending tests to remote socket servers
@@ -565,7 +568,7 @@
 
 http://codespeak.net/svn/py/dist/py/execnet/script/socketserver.py
 
-Assuming an IP address, you can now tell py.test to distribute: 
+Assuming an IP address, you can now tell py.test to distribute: :
 
     py.test -d --tx socket=192.168.1.102:8888 --rsyncdir mypkg mypkg
 
@@ -583,6 +586,7 @@
 ========================================
 
 :: 
+
     py.test --dist=each mypkg 
 
     py.test --dist=load mypkg 



More information about the pytest-commit mailing list