core/tests
J. Nick Koston cb16465539
Keep track of top level components (#115586)
* Keep track of top level components

Currently we have to do a set comp for icons, translations,
and integration platforms every time to split the top level
components from the platforms. Keep track of the top level
components in a seperate set so avoid having to do the setcomp
every time.

* remove impossible paths

* remove unused code

* preen

* preen

* fix

* coverage and fixes

* Update homeassistant/core.py

* Update homeassistant/core.py

* Update tests/test_core.py
2024-04-17 13:23:20 +02:00
..
auth Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
components Bump habluetooth to 2.5.2 (#115721) 2024-04-16 18:34:57 -05:00
fixtures Split light fixture from implementation to only import when fixture is actually used (#113892) 2024-03-21 10:49:32 +01:00
hassfest Fix placeholder quotes (#114974) 2024-04-06 13:01:56 +02:00
helpers Keep track of top level components (#115586) 2024-04-17 13:23:20 +02:00
pylint Allow float for int argument type [pylint plugin] (#114105) 2024-03-27 11:51:27 +01:00
resources
scripts Add strict connection (#112387) 2024-04-12 14:47:46 +02:00
snapshots Generate ConfigValidationError message from English translations (#113844) 2024-03-25 10:39:30 +01:00
test_util Enable Ruff RSE (#113695) 2024-03-18 00:40:38 +01:00
testing_config Remove unused legacy state translations (#112023) 2024-04-14 07:13:17 -04:00
util Enable Ruff SLOT rules (#115043) 2024-04-09 18:57:27 -10:00
__init__.py
common.py Ensure test async_create_task eager start behavior matches production (#115517) 2024-04-13 15:58:52 -05:00
conftest.py Avoid use of `hass.helpers` in _mqtt_mock_entry fixture (#114536) 2024-03-31 11:33:59 -10:00
ignore_uncaught_exceptions.py
patch_time.py
ruff.toml Enable Ruff RUF018 (#115485) 2024-04-13 09:56:33 +02:00
syrupy.py Add State.last_reported (#113511) 2024-03-20 21:05:07 +01:00
test_backports.py Deprecated old backports and typing aliases (#114883) 2024-04-06 13:15:30 -10:00
test_block_async_io.py Detect blocking module imports in the event loop (#114488) 2024-03-30 19:51:31 -10:00
test_bootstrap.py Avoid useless stat() syscalls for every logger record (#114987) 2024-04-05 22:00:09 -04:00
test_circular_imports.py
test_config.py Add `__slots__` to NodeClass classes (#115079) 2024-04-08 08:44:18 -10:00
test_config_entries.py Enable Ruff B905 (#114197) 2024-04-14 00:14:26 -05:00
test_const.py Improve loops and lists (#113269) 2024-03-14 10:22:20 +01:00
test_core.py Keep track of top level components (#115586) 2024-04-17 13:23:20 +02:00
test_data_entry_flow.py Ensure test async_create_task eager start behavior matches production (#115517) 2024-04-13 15:58:52 -05:00
test_exceptions.py Correct HomeAssistantError __str__ implementation and test (#113991) 2024-03-22 13:39:36 +01:00
test_loader.py Avoid falling back to event loop import on ModuleNotFound (#115404) 2024-04-11 16:32:47 -10:00
test_main.py Enable ruff RUF005 and fix occurrences (#113589) 2024-03-16 07:37:20 -10:00
test_requirements.py Make aiohttp_cors a top level import (#115563) 2024-04-15 21:06:59 +02:00
test_runner.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
test_setup.py Enable Ruff B017 (#115335) 2024-04-15 22:25:09 +02:00
test_test_fixtures.py
typing.py