[py-svn] r35888 - py/dist/py/execnet/testing

arigo at codespeak.net arigo at codespeak.net
Tue Dec 19 15:09:29 CET 2006


Author: arigo
Date: Tue Dec 19 15:09:18 2006
New Revision: 35888

Modified:
   py/dist/py/execnet/testing/test_gateway.py
Log:
Two tests with the same name.  Bad idea.


Modified: py/dist/py/execnet/testing/test_gateway.py
==============================================================================
--- py/dist/py/execnet/testing/test_gateway.py	(original)
+++ py/dist/py/execnet/testing/test_gateway.py	Tue Dec 19 15:09:18 2006
@@ -342,7 +342,7 @@
         res = channel.receive()
         assert res == 42
 
-    def test_confusion_from_os_write_stdout(self):
+    def test_confusion_from_os_write_stderr(self):
         channel = self.gw.remote_exec("""
             import os
             os.write(2, 'test')


More information about the py-svn mailing list