Stricter pylint message control (#86154)
This commit is contained in:
parent
29b2b6727e
commit
79b52a2b41
73 changed files with 112 additions and 133 deletions
|
@ -114,7 +114,6 @@ def reload_core_config(hass):
|
|||
class TestComponentsCore(unittest.TestCase):
|
||||
"""Test homeassistant.components module."""
|
||||
|
||||
# pylint: disable=invalid-name
|
||||
def setUp(self):
|
||||
"""Set up things to be run when tests are started."""
|
||||
self.hass = get_test_home_assistant()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue