[svn r63563] the TestrunFinish event class bites the dust.
--HG-- branch : trunk
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user