mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Tests should all use test HA
This commit is contained in:
@@ -6,15 +6,16 @@ Test introduction.
|
||||
"""
|
||||
import unittest
|
||||
|
||||
import homeassistant.core as ha
|
||||
from homeassistant.components import introduction
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
class TestIntroduction(unittest.TestCase):
|
||||
""" Test Introduction. """
|
||||
|
||||
def setUp(self):
|
||||
self.hass = ha.HomeAssistant()
|
||||
self.hass = get_test_home_assistant()
|
||||
|
||||
def tearDown(self):
|
||||
""" Stop down stuff we started. """
|
||||
|
||||
Reference in New Issue
Block a user