mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add support for dynamic frontend panels
This commit is contained in:
@@ -7,7 +7,7 @@ import unittest
|
||||
import requests
|
||||
|
||||
import homeassistant.bootstrap as bootstrap
|
||||
import homeassistant.components.http as http
|
||||
from homeassistant.components import frontend, http
|
||||
from homeassistant.const import HTTP_HEADER_HA_AUTH
|
||||
|
||||
from tests.common import get_test_instance_port, get_test_home_assistant
|
||||
@@ -48,6 +48,7 @@ def setUpModule(): # pylint: disable=invalid-name
|
||||
def tearDownModule(): # pylint: disable=invalid-name
|
||||
"""Stop everything that was started."""
|
||||
hass.stop()
|
||||
frontend.PANELS = {}
|
||||
|
||||
|
||||
class TestFrontend(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user