[svn r63040] try harder to record and auto-exit gateways after test runs

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-18 16:51:55 +01:00
parent ee52739b17
commit 941d06e509
9 changed files with 94 additions and 4 deletions

View File

@@ -155,8 +155,14 @@ class PytestPluginHooks:
def pyevent(self, eventname, *args, **kwargs):
""" called for each testing event. """
def pyevent_gateway_init(self, gateway):
""" called a gateway has been initialized. """
def pyevent_gateway_exit(self, gateway):
""" called when gateway is being exited. """
def pyevent_trace(self, category, msg):
""" called for tracing events events. """
""" called for tracing events. """
def pyevent_internalerror(self, event):
""" called for internal errors. """