mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 20:39:01 +00:00
Speed up tests
This commit is contained in:
@@ -21,7 +21,6 @@ class TestComponentsCore(unittest.TestCase):
|
||||
def setUp(self): # pylint: disable=invalid-name
|
||||
""" Init needed objects. """
|
||||
self.hass = get_test_home_assistant()
|
||||
loader.prepare(self.hass)
|
||||
|
||||
self.hass.states.set('light.Bowl', STATE_ON)
|
||||
self.hass.states.set('light.Ceiling', STATE_OFF)
|
||||
|
||||
Reference in New Issue
Block a user