1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Allow circular dependency with discovery (#2616)

This commit is contained in:
Paulus Schoutsen
2016-07-25 22:49:10 -07:00
committed by GitHub
parent 9c76b30e24
commit f1632496f0
10 changed files with 157 additions and 60 deletions

View File

@@ -18,7 +18,6 @@ class TestSwitchFlux(unittest.TestCase):
def setUp(self):
"""Setup things to be run when tests are started."""
self.hass = get_test_home_assistant()
# self.hass.config.components = ['flux', 'sun', 'light']
def tearDown(self):
"""Stop everything that was started."""