hass-core/tests
Olivier Corradi e797149a16
Rename "CO2 Signal" display name to Electricity Maps for consistency (#130242)
* Update strings.json for Electricity Maps

* Update strings.json

* Update config_flow.py

* Update test_config_flow.py

* Fix test
2024-11-11 17:34:29 +01:00
..
auth Remove notify support for templates (#122820) 2024-09-08 17:31:58 +02:00
components Rename "CO2 Signal" display name to Electricity Maps for consistency (#130242) 2024-11-11 17:34:29 +01:00
fixtures
hassfest Allow github requirements specs in hassfest for non-core integrations (#124925) 2024-09-20 00:36:31 +02:00
helpers Move manual trigger entity tests (#130134) 2024-11-10 12:14:13 +01:00
non_packaged_scripts
pylint Add pylint checks for fixture scope (#126723) 2024-09-25 15:27:57 +02:00
resources
script Add option to specify additional markers for wheel build requirements (#129949) 2024-11-08 21:09:53 +01:00
scripts Add missing hass type in tests/scripts (#124042) 2024-08-16 13:21:39 +02:00
snapshots Create repair asking user to remove duplicate config entries (#127948) 2024-10-29 13:10:56 +01:00
test_util Bump aiohttp to 3.10.6rc2 (#126468) 2024-09-24 08:51:08 +02:00
testing_config Change trigger platform key to trigger (#124357) 2024-09-25 14:19:58 +02:00
util Add blood glucose concentration device class (#129340) 2024-11-09 11:29:24 +01:00
__init__.py
common.py Ensure config entry is added to hass in reauth/reconfigure tests (#129315) 2024-10-28 11:03:42 +01:00
conftest.py Improve tests for frame helper (#130046) 2024-11-07 17:35:58 +01:00
ignore_uncaught_exceptions.py
patch_recorder.py Fail tests if recorder creates nested sessions (#122579) 2024-07-25 21:18:55 +02:00
patch_time.py
ruff.toml
syrupy.py Reapply "Fix unused snapshots not triggering failure in CI" (#129311) 2024-11-04 18:59:27 +01:00
test_backports.py Add pylint rule for cached_property (#127482) 2024-10-03 17:53:55 -05:00
test_backup_restore.py Use JSON as format for .HA_RESTORE (#129792) 2024-11-04 13:07:11 +01:00
test_block_async_io.py Add additional blocking operations to loop protection (#124017) 2024-08-16 09:03:24 -05:00
test_bootstrap.py Add missing hass type in tests/*.py (#124048) 2024-08-18 15:42:41 +02:00
test_circular_imports.py
test_config.py Move core config functionality to its own module (#129065) 2024-10-24 13:34:51 +02:00
test_config_entries.py Only apply OptionsFlowWithConfigEntry deprecation to core (#130054) 2024-11-08 15:55:19 +01:00
test_const.py Add support for MW/GW/TW and GWh/TWh (#130089) 2024-11-08 22:12:16 +01:00
test_core.py Allow importing homeassistant.core.Config until 2025.11 (#129537) 2024-10-30 22:56:59 +01:00
test_core_config.py Move core config class to core_config.py (#129163) 2024-10-26 07:00:31 +02:00
test_data_entry_flow.py Add FlowManager.async_has_matching_flow (#126804) 2024-09-27 10:51:36 +02:00
test_exceptions.py
test_loader.py Improve tests for frame helper (#130046) 2024-11-07 17:35:58 +01:00
test_main.py Add handler to restore a backup file with the backup integration (#128365) 2024-11-01 16:25:22 +01:00
test_requirements.py Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228) 2024-10-30 12:43:41 +01:00
test_runner.py Replace pylint broad-exception-raised rule with ruff (#123021) 2024-08-02 12:24:03 +02:00
test_setup.py Only raise missing integration issue for config entry integrations (#126654) 2024-09-24 18:26:01 +02:00
test_test_fixtures.py
typing.py