From 561fcd3d155191d20a92eda8cab583168d601c32 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 30 Sep 2013 19:00:58 -0700 Subject: [PATCH] Added missing doc-string --- homeassistant/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/test.py b/homeassistant/test.py index 39efd1e14b3..4720a217035 100644 --- a/homeassistant/test.py +++ b/homeassistant/test.py @@ -30,6 +30,8 @@ class HomeAssistantTestCase(unittest.TestCase): cls.init_ha = False def start_ha(self): + """ Classes will have to call this from setUp() + after initializing their components. """ cls.eventbus.fire(Event(EVENT_START)) # Give objects time to startup