core/tests
J. Nick Koston 780f6e8974 Avoid expensive inspect calls in config validators (#112085)
* Avoid expensive inspect calls in config validators

inspect has a performance problem https://github.com/python/cpython/issues/92041

We now avoid calling inspect unless we are going to log

* remove unused

* reduce

* get_integration_logger
2024-03-02 22:08:59 -05:00
..
auth Add expiration of unused refresh tokens (#108428) 2024-01-24 13:24:22 -10:00
components Fix setup failure due to temporary DNS issue in Minecraft Server (#112068) 2024-03-02 22:08:55 -05:00
fixtures Improve package schema validation (#108125) 2024-02-10 20:16:20 +01:00
hassfest
helpers Avoid expensive inspect calls in config validators (#112085) 2024-03-02 22:08:59 -05: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
testing_config Avoid expensive inspect calls in config validators (#112085) 2024-03-02 22:08:59 -05:00
util Include filename in exception when loading a json file fails (#111802) 2024-02-29 10:42:49 -05:00
__init__.py
common.py Add support for eager tasks (#111425) 2024-02-26 11:36:46 -05:00
conftest.py Deprecate `hass.components` and log warning if used inside custom component (#111508) 2024-02-29 10:42:47 -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
test_bootstrap.py Move backup/* WS commands to the backup integration (#111636) 2024-02-27 11:56:07 -05:00
test_circular_imports.py Fix circular imports in core integrations (#111875) 2024-02-29 21:55:11 -05:00
test_config.py Improve package schema validation (#108125) 2024-02-10 20:16:20 +01:00
test_config_entries.py Fix race in config entry setup again (#111800) 2024-02-29 10:42:48 -05:00
test_const.py Flow rate unit conversions and device class (#106077) 2024-01-30 15:01:08 +01:00
test_core.py Limit executor imports to a single thread (#111898) 2024-02-29 22:00:17 -05: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 Fallback to event loop import on deadlock (#111868) 2024-02-29 21:55:10 -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
test_setup.py Add support for importing integrations in the executor (#111336) 2024-02-26 14:49:43 -05:00
test_test_fixtures.py
typing.py