Update for file header, docstrings, and PEP8/PEP257
This commit is contained in:
parent
34b91cf6ce
commit
00afaac54c
74 changed files with 212 additions and 211 deletions
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
tests.test_config
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests config utils.
|
||||
"""
|
||||
|
@ -102,7 +102,6 @@ class TestConfig(unittest.TestCase):
|
|||
with self.assertRaises(HomeAssistantError):
|
||||
config_util.load_yaml_config_file(YAML_PATH)
|
||||
|
||||
|
||||
def test_load_yaml_config_preserves_key_order(self):
|
||||
with open(YAML_PATH, 'w') as f:
|
||||
f.write('hello: 0\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue