hass-core/tests/components/sensor
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
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_command_line.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
test_darksky.py Continue on invalid platforms and new setup_component unit tests (#3736) 2016-10-08 11:27:35 -07:00
test_imap_email_content.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_mfi.py Removing calls to mock.assert_called_once_with (#3896) 2016-10-16 16:13:27 -07:00
test_min_max.py Minimum/maximum/mean sensor (#3852) 2016-10-14 21:43:46 -07:00
test_moldindicator.py Use setup_component in tests (#3414) 2016-09-17 10:29:58 -07:00
test_mqtt.py Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
test_mqtt_room.py Use setup_component in tests (#3414) 2016-09-17 10:29:58 -07:00
test_pilight.py Use voluptuous for Pilight switch (#3819) 2016-10-31 13:18:47 +01:00
test_random.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_rest.py Added tests for REST sensors (#4115) 2016-10-30 21:51:03 -07:00
test_rfxtrx.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_sleepiq.py Continue on invalid platforms and new setup_component unit tests (#3736) 2016-10-08 11:27:35 -07:00
test_statistics.py Statistics sensor (#3513) 2016-10-04 01:04:00 -07:00
test_tcp.py Migrate to voluptuous (#3748) 2016-10-21 21:14:35 -07:00
test_template.py Continue on invalid platforms and new setup_component unit tests (#3736) 2016-10-08 11:27:35 -07:00
test_worldclock.py Add test (#3999) 2016-10-24 22:01:38 -07:00
test_wunderground.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_yahoo_finance.py Allow multiple symbols (sensor.yahoo_finance) (#4126) 2016-10-31 13:31:09 +01:00
test_yr.py Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00