[svn r63091] report some more info on dist-setup
shift comments --HG-- branch : trunk
This commit is contained in:
@@ -186,7 +186,13 @@ class PytestPluginHooks:
|
||||
""" whole test run starts. """
|
||||
|
||||
def pyevent_testrunfinish(self, event):
|
||||
""" whole test run starts. """
|
||||
""" whole test run finishes. """
|
||||
|
||||
def pyevent_gwmanage_newgateway(self, gateway):
|
||||
""" execnet gateway manager has instantiated a gateway.
|
||||
The gateway will have an 'id' attribute that is unique
|
||||
within the gateway manager context.
|
||||
"""
|
||||
|
||||
def pyevent_hostup(self, event):
|
||||
""" Host is up. """
|
||||
|
||||
@@ -84,6 +84,9 @@ class TerminalReporter:
|
||||
for line in str(event.repr).split("\n"):
|
||||
self.write_line("InternalException: " + line)
|
||||
|
||||
def pyevent_gwmanage_newgateway(self, gateway):
|
||||
self.write_line("%s instantiated gateway from spec %r" %(gateway.id, gateway.spec._spec))
|
||||
|
||||
def pyevent_hostgatewayready(self, event):
|
||||
if self.config.option.verbose:
|
||||
self.write_line("HostGatewayReady: %s" %(event.host,))
|
||||
|
||||
Reference in New Issue
Block a user