[svn r63563] the TestrunFinish event class bites the dust.

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-03 14:18:25 +02:00
parent e7e1b2725b
commit d1946ae978
6 changed files with 18 additions and 26 deletions

View File

@@ -94,7 +94,7 @@ class Events:
def pyevent__testrunstart(self):
""" whole test run starts. """
def pyevent__testrunfinish(self, event):
def pyevent__testrunfinish(self, exitstatus, excrepr=None):
""" whole test run finishes. """
def pyevent__gwmanage_newgateway(self, gateway):