[py-svn] r56818 - in py/branch/event: . py/test2

hpk at codespeak.net hpk at codespeak.net
Mon Jul 28 17:27:42 CEST 2008


Author: hpk
Date: Mon Jul 28 17:27:41 2008
New Revision: 56818

Added:
   py/branch/event/py/test2/_mypytest.py
Modified:
   py/branch/event/NOTES_FOR_MERGE
Log:
forgot helper file


Modified: py/branch/event/NOTES_FOR_MERGE
==============================================================================
--- py/branch/event/NOTES_FOR_MERGE	(original)
+++ py/branch/event/NOTES_FOR_MERGE	Mon Jul 28 17:27:41 2008
@@ -1,7 +1,9 @@
 remove misc/terminal_helper.py (now py.io.TerminalWriter)
-merge py.process.cmdexec to py.io
 apigen executor / execution? 
 
--- after merge? --
+-- after merge -- for TODO
+remove _mypytest.py
 review py.io.ForkedFunc and see if to provide a function that throws ExecutionFailed aka py.process.cmdexec
+merge py.process.cmdexec to py.io
+split collect into collect.py and pycollect.py? 
 

Added: py/branch/event/py/test2/_mypytest.py
==============================================================================
--- (empty file)
+++ py/branch/event/py/test2/_mypytest.py	Mon Jul 28 17:27:41 2008
@@ -0,0 +1,8 @@
+import py
+
+if py.test.config._initialized:
+    Function = py.test.collect.Function
+else:
+    Function = py.test2.collect.Function
+
+    



More information about the pytest-commit mailing list