core/tests
Julius Mittenzwei 16cb7388ee Removing asyncio.coroutine syntax from HASS core (#12509)
* changed asyncio.coroutine syntax to new async def/await

* removed py34 from tox environment

* reverted some changes within entity.py

* -

* reverted changes within bootstrap.py

* reverted changes within discovery.py

* switched decorators

* Reverted change within aiohttp_client.py

* reverted change within logging.py

* switched decorators

* Await lock properly

* removed asyncio.coroutine from test
2018-02-25 03:38:46 -08:00
..
components Improved Homekit tests (#12647) 2018-02-25 10:58:13 +01:00
fixtures
helpers Allow renaming entities in entity registry (#12636) 2018-02-24 10:53:59 -08:00
mock
resources
scripts
test_util
testing_config
util Removing asyncio.coroutine syntax from HASS core (#12509) 2018-02-25 03:38:46 -08:00
__init__.py
common.py Allow renaming entities in entity registry (#12636) 2018-02-24 10:53:59 -08:00
conftest.py
test_bootstrap.py
test_config.py
test_config_entries.py
test_core.py
test_loader.py
test_main.py Hello Python 3.5 (#12610) 2018-02-22 23:22:27 -08:00
test_remote.py
test_requirements.py
test_setup.py