mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user