hass-core/tests/components
Paulus Schoutsen 7f699b4261 Lazy initialise the worker pool (#4110)
* 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
..
alarm_control_panel Continue on invalid platforms and new setup_component unit tests (#3736) 2016-10-08 11:27:35 -07:00
automation Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
binary_sensor Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
camera Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
climate Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
cover Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
device_tracker Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
fan Use setup_component in tests (#3414) 2016-09-17 10:29:58 -07:00
light Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
lock Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
media_player Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
mqtt Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
notify Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
recorder Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
sensor Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
switch Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
weather Update tests, rename variable, and change conversion (#3546) 2016-10-24 21:53:03 -07:00
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_alexa.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_api.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_configurator.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_conversation.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_demo.py Use setup_component in tests v1 (#3507) 2016-09-25 23:15:21 +02:00
test_device_sun_light_trigger.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_emulated_hue.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_frontend.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_graphite.py Removing calls to mock.assert_called_once_with (#3896) 2016-10-16 16:13:27 -07:00
test_group.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_history.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_http.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_influxdb.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_init.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_input_boolean.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_input_select.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_input_slider.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_introduction.py Use setup_component in tests v1 (#3507) 2016-09-25 23:15:21 +02:00
test_logbook.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_logentries.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_logger.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_mqtt_eventstream.py Use setup_component in tests v1 (#3507) 2016-09-25 23:15:21 +02:00
test_panel_custom.py Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
test_panel_iframe.py Tweak panel parameters (#2746) 2016-08-07 21:56:17 -07:00
test_persistent_notification.py Use setup_component in tests v1 (#3507) 2016-09-25 23:15:21 +02:00
test_pilight.py Bugfixes for pilight hub component and unit tests (#3948) 2016-10-19 22:02:11 +02:00
test_proximity.py Migrate to voluptuous (#3293) [BREAKING CHANGE] 2016-10-11 00:26:11 -07:00
test_rfxtrx.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_scene.py Use setup_component in tests (#3414) 2016-09-17 10:29:58 -07:00
test_script.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_shell_command.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
test_sleepiq.py Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
test_splunk.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_statsd.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_sun.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_updater.py Minor updater... updates (#4020) 2016-10-24 00:01:56 -07:00
test_weblink.py Use setup_component in tests v2 (#3537) 2016-09-26 23:20:36 +02:00
test_zone.py Fix zone being setup twice 2016-09-24 00:04:03 -07:00