[py-svn] r38075 - py/trunk/py/test/rsession
guido at codespeak.net
guido at codespeak.net
Wed Feb 7 16:33:48 CET 2007
Author: guido
Date: Wed Feb 7 16:33:46 2007
New Revision: 38075
Modified:
py/trunk/py/test/rsession/rsession.py
Log:
Adding some print.
Modified: py/trunk/py/test/rsession/rsession.py
==============================================================================
--- py/trunk/py/test/rsession/rsession.py (original)
+++ py/trunk/py/test/rsession/rsession.py Wed Feb 7 16:33:46 2007
@@ -227,6 +227,7 @@
capture)
finally:
capture.reset()
+ print >>sys.stderr, '\ndone'
def init_runner(self):
if self.config.option.apigen:
More information about the pytest-commit
mailing list