[py-svn] r35470 - py/dist/py/misc/testing

fijal at codespeak.net fijal at codespeak.net
Fri Dec 8 12:12:31 CET 2006


Author: fijal
Date: Fri Dec  8 12:12:30 2006
New Revision: 35470

Modified:
   py/dist/py/misc/testing/test_simplecapture.py
Log:
Added s[kip for hanging test


Modified: py/dist/py/misc/testing/test_simplecapture.py
==============================================================================
--- py/dist/py/misc/testing/test_simplecapture.py	(original)
+++ py/dist/py/misc/testing/test_simplecapture.py	Fri Dec  8 12:12:30 2006
@@ -85,5 +85,8 @@
     assert err.startswith("4") 
         
 class TestCapturingOnFDs(TestCapturingOnSys):
+    def test_reading_stdin_while_captured_doesnt_hang(self):
+        py.test.skip("Hangs in py.test --session=R")
+    
     def getcapture(self): 
         return Capture() 


More information about the py-svn mailing list