[py-svn] r11053 - py/dist/py/test/tool

hpk at codespeak.net hpk at codespeak.net
Sat Apr 23 23:27:30 CEST 2005


Author: hpk
Date: Sat Apr 23 23:27:30 2005
New Revision: 11053

Modified:
   py/dist/py/test/tool/outerrcapture.py
Log:
short cut name for SimpleOutErrCapture 


Modified: py/dist/py/test/tool/outerrcapture.py
==============================================================================
--- py/dist/py/test/tool/outerrcapture.py	(original)
+++ py/dist/py/test/tool/outerrcapture.py	Sat Apr 23 23:27:30 2005
@@ -32,3 +32,5 @@
         o.seek(0)
         e.seek(0)
         return o,e 
+
+simplecapture = SimpleOutErrCapture 



More information about the pytest-commit mailing list