hass-core/tests
puddly 016f2c7581
Improve ZHA group color modes (#111669)
* Set the color mode based on supported color modes

* Replace `zha` with `tuya` in unit test
2024-02-28 17:20:19 -05:00
..
auth Add expiration of unused refresh tokens (#108428) 2024-01-24 13:24:22 -10:00
components Improve ZHA group color modes (#111669) 2024-02-28 17:20:19 -05:00
fixtures Improve package schema validation (#108125) 2024-02-10 20:16:20 +01:00
hassfest
helpers Allow translating device names (#110711) 2024-02-28 15:59:59 +01:00
pylint Run pylint sorted platform check also when platform has type annotations (#111407) 2024-02-25 21:18:07 +01:00
resources
scripts Reset log level in script tests (#109881) 2024-02-07 17:22:10 +01:00
snapshots Improve package schema validation (#108125) 2024-02-10 20:16:20 +01:00
test_util Extend auth/providers endpoint and add /api/person/list endpoint for local ip requests (#103906) 2023-11-24 17:11:54 +01:00
testing_config Add support for importing integrations in the executor (#111336) 2024-02-26 14:49:43 -05:00
util Update python-slugify to 8.0.4 (#111284) 2024-02-27 12:29:48 +01:00
__init__.py
common.py Add support for eager tasks (#111425) 2024-02-26 11:36:46 -05:00
conftest.py Eagerly unload config entries in tests (#111707) 2024-02-28 14:03:21 -05:00
ignore_uncaught_exceptions.py
patch_time.py
ruff.toml Update ruff to 0.2.1 (#109796) 2024-02-06 15:41:34 +01:00
syrupy.py Use cached_property in device registry (#100309) 2023-09-13 15:36:07 -05:00
test_bootstrap.py Move backup/* WS commands to the backup integration (#111636) 2024-02-27 11:56:07 -05:00
test_config.py Improve package schema validation (#108125) 2024-02-10 20:16:20 +01:00
test_config_entries.py Return FlowResultType.ABORT when violating single_config_entry (#111637) 2024-02-27 18:28:19 +01:00
test_const.py Flow rate unit conversions and device class (#106077) 2024-01-30 15:01:08 +01:00
test_core.py Make core tests that should run in the event loop coros (#111605) 2024-02-26 23:18:22 -10:00
test_data_entry_flow.py Fix FlowHandler show progress (#108586) 2024-01-21 22:40:48 +01:00
test_exceptions.py
test_loader.py Add support for importing integrations in the executor (#111336) 2024-02-26 14:49:43 -05:00
test_main.py
test_requirements.py Remove zeroconf from ssdp after deps (#111326) 2024-02-26 23:57:41 -05:00
test_runner.py Trigger Home Assistant shutdown automations right before the stop event instead of during it (#91165) 2023-12-05 11:24:41 -10:00
test_setup.py Add support for importing integrations in the executor (#111336) 2024-02-26 14:49:43 -05:00
test_test_fixtures.py Patch aiohttp server app router freeze in tests (#105555) 2023-12-12 14:40:38 +01:00
typing.py