[py-svn] r36898 - py/branch/conftest/py/test

hpk at codespeak.net hpk at codespeak.net
Thu Jan 18 06:32:06 CET 2007


Author: hpk
Date: Thu Jan 18 06:32:06 2007
New Revision: 36898

Modified:
   py/branch/conftest/py/test/item.py
Log:
also check less here


Modified: py/branch/conftest/py/test/item.py
==============================================================================
--- py/branch/conftest/py/test/item.py	(original)
+++ py/branch/conftest/py/test/item.py	Thu Jan 18 06:32:06 2007
@@ -31,7 +31,7 @@
 
 class Item(py.test.collect.Collector): 
     def startcapture(self): 
-        if not self.option.nocapture and not self.option.usepdb: 
+        if not self.option.nocapture:
             # XXX refactor integrate capturing
             #self._capture = py.io.OutErrCapture() 
             from py.__.misc.simplecapture import SimpleOutErrCapture



More information about the pytest-commit mailing list