Convert more files to async/await syntax (#14142)
* Move more files to async/await syntax * Attempt Work around pylint bug Using lazytox :P
This commit is contained in:
parent
a0b14c2913
commit
a4bf421044
27 changed files with 229 additions and 327 deletions
|
@ -40,9 +40,9 @@ def test_from_config_file(hass):
|
|||
assert components == hass.config.components
|
||||
|
||||
|
||||
@asyncio.coroutine
|
||||
@patch('homeassistant.bootstrap.async_enable_logging', Mock())
|
||||
@patch('homeassistant.bootstrap.async_register_signal_handling', Mock())
|
||||
@asyncio.coroutine
|
||||
def test_home_assistant_core_config_validation(hass):
|
||||
"""Test if we pass in wrong information for HA conf."""
|
||||
# Extensive HA conf validation testing is done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue