hass-core/tests
epenet 05fc7cfbde
Enforce namespace use for import conventions (#118215)
* Enforce namespace use for import conventions

* Include all registries

* Only apply to functions

* Use blacklist

* Rephrase comment

* Add async_entries_for_config_entry

* Typo

* Improve

* More core files

* Revert "More core files"

This reverts commit 9978b93706.

* Revert diagnostics amends

* Include category/floor/label registries

* Performance

* Adjust text
2024-05-28 18:15:53 +02:00
..
auth Use issue_registry fixture in core tests (#118042) 2024-05-24 15:26:32 +02:00
components Don't set 'assist in progess' flag on wake_word-end (#113585) 2024-05-28 11:09:59 -05:00
fixtures Add script to compare alexa locales with upstream (#114247) 2024-04-18 13:41:34 +02:00
hassfest Fix placeholder quotes (#114974) 2024-04-06 13:01:56 +02:00
helpers Handle generic commands as area commands in the LLM Assist API (#118276) 2024-05-28 11:21:17 -04:00
non_packaged_scripts Add script to compare alexa locales with upstream (#114247) 2024-04-18 13:41:34 +02:00
pylint Enforce namespace use for import conventions (#118215) 2024-05-28 18:15:53 +02:00
resources
script Generate requirements per supported architecture (#115708) 2024-04-22 19:23:08 +02:00
scripts Remove strict connection (#117933) 2024-05-24 15:50:22 +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 Don't prioritize "name" slot if it's a wildcard in default conversation agent (#117518) 2024-05-15 22:23:24 -04:00
util Add (deep)copy support to read only dict (#118204) 2024-05-26 23:05:45 -04:00
__init__.py
common.py Improve performance of verify_event_loop_thread (#118198) 2024-05-26 17:39:15 -10:00
conftest.py Fix mqtt not publishing null payload payload to remove discovery (#118261) 2024-05-27 12:53:22 -10:00
ignore_uncaught_exceptions.py Improve logging of _TrackPointUTCTime objects (#116711) 2024-05-04 17:35:44 -05:00
patch_time.py Make freezegun find event.time_tracker_utcnow (#116284) 2024-04-27 07:08:56 -05:00
ruff.toml Replace pylint protected-access with Ruff SLF001 (#115735) 2024-05-06 20:33:26 +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 Enable open protection in the event loop (#117289) 2024-05-13 08:50:31 +09:00
test_bootstrap.py Fix flakey bootstrap test (#118285) 2024-05-28 08:11:14 +02:00
test_circular_imports.py Add empty line after module docstring (2) [other] (#112738) 2024-03-08 19:16:38 +01:00
test_config.py Use issue_registry fixture in core tests (#118042) 2024-05-24 15:26:32 +02:00
test_config_entries.py Use issue_registry fixture in core tests (#118042) 2024-05-24 15:26:32 +02:00
test_const.py Improve loops and lists (#113269) 2024-03-14 10:22:20 +01:00
test_core.py Refactor state_reported listener setup to avoid merge in async_fire_internal (#117953) 2024-05-22 23:14:50 -04: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 Fix invalid tuple annotations (#116035) 2024-04-23 16:02:16 +02:00
test_loader.py Improve async_get_issue_tracker for custom integrations (#118016) 2024-05-24 09:55:05 +02:00
test_main.py Enable ruff RUF005 and fix occurrences (#113589) 2024-03-16 07:37:20 -10:00
test_requirements.py Switch out aiohttp-isal for aiohttp-fast-zlib to make isal optional (#116814) 2024-05-05 17:06:12 -04:00
test_runner.py Rename some runner tests (#117249) 2024-05-11 14:16:41 +01:00
test_setup.py Add setup time detail to diagnostics (#117766) 2024-05-20 09:52:28 +02:00
test_test_fixtures.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
typing.py Use PEP 695 type alias in tests (#117797) 2024-05-20 19:03:04 +02:00