mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Removed bogus intro test.
This commit is contained in:
parent
7dd7d7a191
commit
881901f4d3
@ -1,26 +0,0 @@
|
||||
"""
|
||||
tests.components.test_introduction
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests Introduction component.
|
||||
"""
|
||||
# pylint: disable=too-many-public-methods,protected-access
|
||||
import unittest
|
||||
|
||||
import homeassistant.core as ha
|
||||
import homeassistant.components.introduction as introduction
|
||||
|
||||
|
||||
class TestIntroduction(unittest.TestCase):
|
||||
""" Test the introduction module. """
|
||||
|
||||
def setUp(self): # pylint: disable=invalid-name
|
||||
self.hass = ha.HomeAssistant()
|
||||
|
||||
def tearDown(self): # pylint: disable=invalid-name
|
||||
""" Stop down stuff we started. """
|
||||
self.hass.stop()
|
||||
|
||||
def test_setup(self):
|
||||
""" Create introduction entity. """
|
||||
introduction.setup(self.hass)
|
Loading…
x
Reference in New Issue
Block a user