mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Added missing doc-string
This commit is contained in:
parent
e4a6219386
commit
561fcd3d15
@ -30,6 +30,8 @@ class HomeAssistantTestCase(unittest.TestCase):
|
|||||||
cls.init_ha = False
|
cls.init_ha = False
|
||||||
|
|
||||||
def start_ha(self):
|
def start_ha(self):
|
||||||
|
""" Classes will have to call this from setUp()
|
||||||
|
after initializing their components. """
|
||||||
cls.eventbus.fire(Event(EVENT_START))
|
cls.eventbus.fire(Event(EVENT_START))
|
||||||
|
|
||||||
# Give objects time to startup
|
# Give objects time to startup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user