Switched to begin() for hub initialization because beforeContext doesn't get called when you're testing single files.
This commit is contained in:
@@ -50,7 +50,7 @@ class EventletHub(Plugin):
|
||||
" specified, the default hub for the current configuration is printed "\
|
||||
" and used."
|
||||
|
||||
def beforeContext(self):
|
||||
def begin(self):
|
||||
"""Select the desired hub.
|
||||
"""
|
||||
if self.hub_name is None:
|
||||
|
Reference in New Issue
Block a user