core/tests/helpers
Paulus Schoutsen 609d7ebea5 Migrate core from threads to async awesomeness (#3248)
* Add event loop to the core

* Add block_till_done to HA core object

* Fix some tests

* Linting core

* Fix statemachine tests

* Core test fixes

* fix block_till_done to wait for loop and queue to empty

* fix test_core for passing, and correct start/stop/block_till_done

* Fix remote tests

* Fix tests: block_till_done

* Fix linting

* Fix more tests

* Fix final linting

* Fix remote test

* remove unnecessary import

* reduce sleep to avoid slowing down the tests excessively

* fix remaining tests to wait for non-threadsafe operations

* Add async_ doc strings for event loop / coroutine info

* Fix command line test to block for the right timeout

* Fix py3.4.2 loop var access

* Fix SERVICE_CALL_LIMIT being in effect for other tests

* Fix lint errors

* Fix lint error with proper placement

* Fix slave start to not start a timer

* Add asyncio compatible listeners.

* Increase min Python version to 3.4.2

* Move async backports to util

* Add backported async tests

* Fix linting

* Simplify Python version check

* Fix lint

* Remove unneeded try/except and queue listener appproriately.

* Fix tuple vs. list unorderable error on version compare.

* Fix version tests
2016-09-12 19:16:14 -07:00
..
__init__.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_condition.py Allow time condition windows to cross midnight. (#2158) 2016-05-29 14:32:32 -07:00
test_config_validation.py Bugfix group order (#3323) 2016-09-11 22:25:01 -07:00
test_discovery.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_entity.py Limit dependencies of HA core (#2762) 2016-08-08 20:21:40 -07:00
test_entity_component.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_event.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_event_decorators.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_init.py Bugfixes random (#2270) 2016-06-10 22:53:31 -07:00
test_location.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_script.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_service.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_state.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_template.py Add additional template for custom date formats (#3262) 2016-09-08 18:49:02 -06:00