hass-core/tests
Pascal Vizeli 41f558b181 Bootstrap / Component setup async (#6264)
* Bootstrap / Entiy setup async

* Cleanup add_job stuff / return task/future object

* Address paulus comments / part 1

* fix install pip

* Cleanup bootstrap / move config stuff to config.py

* Make demo async

* Further bootstrap improvement

* Address Martin's comments

* Fix initial tests

* Fix final tests

* Fix bug with prepare loader

* Remove no longer needed things

* Log error when invalid config

* More cleanup

* Cleanups platform events & fix lint

* Use a non blocking add_entities callback for platform

* Fix Autoamtion is setup befor entity is ready

* Better automation fix

* Address paulus comments

* Typo

* fix lint

* rename functions

* fix tests

* fix test

* change exceptions

* fix spell
2017-02-28 20:33:19 -08:00
..
components Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
fixtures Add aurora sensor (#6003) 2017-02-17 09:13:52 +01:00
helpers Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts MQTT discovery (#5724) 2017-02-07 09:13:24 -08:00
test_util Update aiohttp handling with upc connect (#6108) 2017-02-19 23:25:45 +01:00
testing_config/custom_components Move part of image_processing tests (#5634) 2017-01-29 14:40:37 -08:00
util Fix for OSRAM lights connected to hue bridge (#6122) 2017-02-26 21:28:31 -08:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
conftest.py Ensure we properly close HASS instances. (#6234) 2017-02-26 14:05:18 -08:00
test_bootstrap.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_config.py Default config to setup group editor (#6198) 2017-02-23 22:53:16 -08:00
test_core.py Core cleanup: two stage shutdown (#5876) 2017-02-13 06:24:07 +01:00
test_loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_main.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_remote.py Reserve a test port for broken api to fix race (#5371) 2017-01-16 12:56:47 -08:00