hass-core/tests
J. Nick Koston 5183c40b23
Periodically log when integrations are taking a while to setup (#36208)
* Periodicly log when intergrations are taking a while to setup

When one or more intergrations are taking a while to setup
it is hard to determine which one is the cause.  We can
help narrow this down for the user with a periodic log
message about which domains are still waiting to be setup
every 30s.

* 30 -> 60 per discussion

* only log when the integration is actually doing setup

* reduce, fix race in test
2020-05-28 18:48:42 -05:00
..
auth Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
components Add support for zeroconf for Daikin (#35769) 2020-05-28 18:30:01 -05:00
fixtures Add fan platform to ozw component (#35249) 2020-05-26 19:48:39 -04:00
hassfest Make Hassfest stricter pt 2 (#30068) 2019-12-19 14:00:22 +01:00
helpers Proceed with startup if an integration setup blocks for more than 30m (#36082) 2020-05-27 13:43:05 -05:00
mock Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_util Fix docstring in test_utils/aiohttp.py (#34040) 2020-04-11 20:20:19 +02:00
testing_config Address new issues flagged by flake8 3.8.0a2 (#34964) 2020-04-30 21:37:58 +02:00
util Avoid locking in the logging queue handler (#35700) 2020-05-17 14:39:27 +02:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
async_mock.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
bandit.yaml Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
common.py Use a future for mock coro (#34989) 2020-04-30 16:31:00 -07:00
conftest.py Fail tests if wrapped callbacks or coroutines throw (#35010) 2020-05-06 14:14:57 -07:00
ignore_uncaught_exceptions.py Fix broken CI (#35314) 2020-05-06 18:40:21 -07:00
test_bootstrap.py Periodically log when integrations are taking a while to setup (#36208) 2020-05-28 18:48:42 -05:00
test_config.py Add get_url helper, deprecate base_url (#35224) 2020-05-08 02:29:47 +02:00
test_config_entries.py Ensure a deleted integration can be removed (#36130) 2020-05-25 15:40:06 -04:00
test_core.py Fix handling of additional data in core config storage (#35660) 2020-05-16 13:31:15 +02:00
test_data_entry_flow.py Add current step that is in progress (#35272) 2020-05-05 21:34:51 -07:00
test_loader.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_main.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_requirements.py Use built-in test helpers on 3.8 (#34901) 2020-04-30 13:29:50 -07:00
test_setup.py Proceed with startup if an integration setup blocks for more than 30m (#36082) 2020-05-27 13:43:05 -05:00