1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/tests
Matt Zimmerman da51e23514
Address late smarttub review (#46703)
* _config -> config

* remove unused string

* remove entity tests

* replace unit tests with integration tests using the core

* refactor polling to use asyncio.gather

* remove redundant component init

* remove gather in favor of simple loop

* use async_fire_time_changed instead of async_update_entity

* use hass.config_entries.async_setup instead of calling smarttub.async_setup_entry directly

* replace stray smarttub.async_setup_entry call

* async_unload_entry -> hass.config_entries.async_unload

* remove broken test
2021-02-19 01:18:02 +01:00
..
auth Support blocking trusted network from new ip (#44630) 2021-01-28 12:06:20 +01:00
components Address late smarttub review (#46703) 2021-02-19 01:18:02 +01:00
fixtures Add barrier covers to zwave_js integration (#46379) 2021-02-14 13:24:29 +01:00
hassfest Throw error in hassfest when integration is missing version (#45976) 2021-02-04 13:31:17 +01:00
helpers Make some Area and EntityRegistry member functions callbacks (#46433) 2021-02-12 17:00:35 +01:00
mock Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
resources
scripts Cleanup unused loggers (#46510) 2021-02-14 13:46:58 +01:00
test_util SSDP response decode: replace invalid utf-8 characters (#42681) 2021-01-31 17:59:14 +01:00
testing_config Move device tracker scanner attributes to ScannerEntity (#45312) 2021-01-19 11:04:08 -06:00
util Don't allow recursive secrets loading (#41812) 2021-02-14 14:23:31 +01:00
__init__.py
bandit.yaml Enable more Bandit tests (#44307) 2020-12-19 12:35:13 +01:00
common.py Wait for registries to load at startup (#46265) 2021-02-11 17:36:19 +01:00
conftest.py Wait for registries to load at startup (#46265) 2021-02-11 17:36:19 +01:00
ignore_uncaught_exceptions.py Don't try and store exceptions when the key is missing (#41803) 2020-10-16 10:01:58 +02:00
test_bootstrap.py Wait for registries to load at startup (#46265) 2021-02-11 17:36:19 +01:00
test_config_entries.py Allow manual configuration of ignored singleton config entries (#45161) 2021-02-04 11:08:10 +01:00
test_config.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_core.py Add support for pre-filtering events to the event bus (#46371) 2021-02-14 09:42:55 -10:00
test_data_entry_flow.py Add data entry flow show progress step (#42419) 2020-11-09 18:39:28 +01:00
test_loader.py Add warning to custom integrations without version (#45919) 2021-02-04 09:59:41 +01:00
test_main.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_requirements.py Add support for discovery via DHCP (#45087) 2021-01-14 09:09:08 +01:00
test_setup.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00