core/tests/util
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_async.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_color.py Move Aeotec bulb color logic to Zwave workaround 2016-07-02 12:08:01 -04:00
test_distance.py Add unit system support 2016-08-04 22:02:19 -07:00
test_dt.py Type Hints - Core/Utils/Helpers Part 1 (#2592) 2016-07-23 11:07:08 -07:00
test_init.py Use standardised datetime format 2016-04-16 01:46:50 -07:00
test_location.py Add unit system support 2016-08-04 22:02:19 -07:00
test_package.py Handle requirements for scripts (#2765) 2016-08-09 23:54:34 -07:00
test_unit_system.py Move unit system to util (#2763) 2016-08-08 20:42:25 -07:00
test_yaml.py Improve yaml fault tolerance and handle check_config border cases (#3159) 2016-09-08 22:20:38 +02:00