[svn r63163] fixing tests, better verbose output for dist-runs

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-21 03:04:44 +01:00
parent 6a1db0a594
commit 75bfb84ea5
9 changed files with 40 additions and 34 deletions

View File

@@ -173,7 +173,7 @@ class PytestPluginHooks:
def pyevent_internalerror(self, event):
""" called for internal errors. """
def pyevent_itemstart(self, event):
def pyevent_itemstart(self, item, node):
""" test item gets collected. """
def pyevent_itemtestreport(self, event):