[py-svn] r63345 - py/trunk/py/test/plugin

hpk at codespeak.net hpk at codespeak.net
Thu Mar 26 11:16:43 CET 2009


Author: hpk
Date: Thu Mar 26 11:16:42 2009
New Revision: 63345

Modified:
   py/trunk/py/test/plugin/pytest_terminal.py
Log:
better naming


Modified: py/trunk/py/test/plugin/pytest_terminal.py
==============================================================================
--- py/trunk/py/test/plugin/pytest_terminal.py	(original)
+++ py/trunk/py/test/plugin/pytest_terminal.py	Thu Mar 26 11:16:42 2009
@@ -124,7 +124,7 @@
             self.write_line(msg)
 
     def pyevent_testnodeready(self, node):
-        self.write_line("%s node ready to receive tests" %(node.gateway.id,))
+        self.write_line("%s txnode ready to receive tests" %(node.gateway.id,))
 
     def pyevent_testnodedown(self, node, error):
         if error:



More information about the pytest-commit mailing list