From 33fe8512d3dedfdc36b163ef9a09d798d3303e29 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 15 Jan 2010 15:40:16 -0800 Subject: [PATCH] Switched to begin() for hub initialization because beforeContext doesn't get called when you're testing single files. --- tests/eventlethub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/eventlethub.py b/tests/eventlethub.py index 0da3235..c9eb3ea 100644 --- a/tests/eventlethub.py +++ b/tests/eventlethub.py @@ -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: