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

hpk at codespeak.net hpk at codespeak.net
Tue Mar 31 19:58:38 CEST 2009


Author: hpk
Date: Tue Mar 31 19:58:37 2009
New Revision: 63462

Modified:
   py/trunk/py/test/plugin/pytest_terminal.py
Log:
fix syntax error (ehem)


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	Tue Mar 31 19:58:37 2009
@@ -139,8 +139,6 @@
     def pyevent_itemstart(self, item, node=None):
         if self.config.option.debug:
             info = item.repr_metainfo()
-node
-n
             line = info.verboseline(basedir=self.curdir) + " "
             extra = ""
             if node:



More information about the pytest-commit mailing list