Added missing doc-string

This commit is contained in:
Paulus Schoutsen 2013-09-30 19:00:58 -07:00
parent e4a6219386
commit 561fcd3d15

View File

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