[svn r63091] report some more info on dist-setup

shift comments

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-19 19:25:13 +01:00
parent 6f2cca80ae
commit a94359c791
8 changed files with 42 additions and 18 deletions

View File

@@ -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. """