[pypy-svn] r44875 - pypy/extradoc/talk/ep2007/pytest

fijal at codespeak.net fijal at codespeak.net
Mon Jul 9 12:38:49 CEST 2007


Author: fijal
Date: Mon Jul  9 12:38:48 2007
New Revision: 44875

Modified:
   pypy/extradoc/talk/ep2007/pytest/pytest.txt
Log:
I hate rest


Modified: pypy/extradoc/talk/ep2007/pytest/pytest.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/pytest/pytest.txt	(original)
+++ pypy/extradoc/talk/ep2007/pytest/pytest.txt	Mon Jul  9 12:38:48 2007
@@ -43,11 +43,12 @@
 =====================================
 
 - synchronise source code "1 -> N" simultanously 
+
 - uses py.execnet: 
 
-   - can connect e.g. via SSH
-   - expects plain Python executable on remote side 
-   - no need to pre-install other software remotely 
+  - can connect e.g. via SSH
+  - expects plain Python executable on remote side 
+  - no need to pre-install other software remotely 
 
 - generated AJAX application async displays test results 
 
@@ -93,13 +94,13 @@
 
 py.test contains two approaches for processing test results: 
 
-  - "old style": methods invoked on session object 
-  - "new style": reporting events are sent to Reporter object 
+- "old style": methods invoked on session object 
+- "new style": reporting events are sent to Reporter object 
 
 next: 
 
-  - use reporting event architecture pervasively 
-  - refactor existing reporting extensions 
+- use reporting event architecture pervasively 
+- refactor existing reporting extensions 
 
 py.test extensions (conftest)
 =================================



More information about the Pypy-commit mailing list