core/tests/components/notify
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_apns.py Support for Apple Push Notification Service (#3756) 2016-10-17 19:41:49 -07:00
test_command_line.py Use setup_component in tests (#3414) 2016-09-17 10:29:58 -07:00
test_demo.py Lazy initialise the worker pool (#4110) 2016-10-31 08:47:29 -07:00
test_file.py Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
test_group.py Continue on invalid platforms and new setup_component unit tests (#3736) 2016-10-08 11:27:35 -07:00
test_html5.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
test_smtp.py Refactor notification titles to allow for them to be None, this also includes a change in Telegram to only include the title if it's present, and to use a Markdown parse mode for messages (#3100) 2016-09-01 14:35:46 +01:00