hass-core/tests/components/switch
Paulus Schoutsen 7f699b4261 Lazy initialise the worker pool ()
* Lazy initialise the worker pool

* Minimize pool initialization in core tests

* Fix tests on Python 3.4

* Remove passing in thread count to mock HASS

* Tests: Allow pool by default for threaded, disable for async

* Remove JobPriority for thread pool

* Fix wrong block_till_done

* EmulatedHue: Remove unused test code

* Zigbee: do not touch hass.pool

* Init loop in add_job

* Fix core test

* Fix random sensor test
2016-10-31 08:47:29 -07:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_command_line.py Use setup_component in tests () 2016-09-17 10:29:58 -07:00
test_flux.py Continue on invalid platforms and new setup_component unit tests () 2016-10-08 11:27:35 -07:00
test_init.py Disable too-many-* () 2016-10-30 22:18:53 +01:00
test_mfi.py Removing calls to mock.assert_called_once_with () 2016-10-16 16:13:27 -07:00
test_mochad.py Add mochad component () 2016-10-24 21:49:49 -07:00
test_mqtt.py Async bootstrap / component init () 2016-10-27 00:16:23 -07:00
test_rest.py Disable rest switch tests 2016-10-31 08:22:49 -07:00
test_rfxtrx.py Lazy initialise the worker pool () 2016-10-31 08:47:29 -07:00
test_template.py Continue on invalid platforms and new setup_component unit tests () 2016-10-08 11:27:35 -07:00