core/tests
J. Nick Koston 95fcdc5684
Speed up sql queries where ORM rows are not needed (#91839)
* Speed up logbook and history queries where ORM rows are not needed

This avoids having sqlalchemy wrap Result in ChunkedIteratorResult
which has additional overhead we do not need for these cases

* more places

* anything that uses _sorted_statistics_to_dict does not need orm rows either
2023-04-21 23:28:07 -04:00
..
auth Cache decode of JWT tokens (#90013) 2023-03-22 16:03:41 -10:00
backports
components Speed up sql queries where ORM rows are not needed (#91839) 2023-04-21 23:28:07 -04:00
fixtures
hassfest
helpers Shutdown coordinator on entry unload (#91748) 2023-04-21 10:07:31 +02:00
pylint Remove incorrect ignore in pylint plugin (#90024) 2023-03-27 13:53:14 +02:00
resources
scripts
test_util
testing_config Rename custom_jinja to custom_templates (#90473) 2023-03-29 21:58:25 +02:00
util Prefer country over language family + MATCH_ALL (#91753) 2023-04-20 13:55:26 -04:00
__init__.py
bandit.yaml
common.py Run pipeline from audio stream function (#90748) 2023-04-04 00:06:51 -04:00
conftest.py Fail CI on lingering timers (part 2) (#89976) 2023-04-13 17:03:52 +02:00
ignore_uncaught_exceptions.py
ruff.toml
syrupy.py Write protect entity options (#90185) 2023-03-28 22:56:51 +02:00
test_bootstrap.py Follow up on comments on changes bootstrap tests (#91803) 2023-04-21 21:44:14 +03:00
test_config.py
test_config_entries.py Allow config entries unload action to be coroutine (#91531) 2023-04-17 08:41:25 -04:00
test_core.py Fix lingering timer in cloud (#90822) 2023-04-07 11:38:17 +02:00
test_data_entry_flow.py
test_exceptions.py
test_loader.py
test_main.py
test_requirements.py
test_runner.py Add tmpdir to known fixtures in pylint (#89844) 2023-03-17 10:22:02 +01:00
test_setup.py
test_test_fixtures.py
typing.py