hass-core/tests
J. Nick Koston acf78664e2
Reduce overhead to compile statistics (#106927)
* Reduce overhead to compile statistics

statistics uses LazyState for compatibility with State when pulling
data from the database.

After the previous round of refactoring to modern history, the setters
are never called and can be removed.

* reduce
2024-01-07 22:36:49 -05:00
..
auth
components Reduce overhead to compile statistics (#106927) 2024-01-07 22:36:49 -05:00
fixtures Fix feedreader date comparison to allow RSS entries with identical timestamps (#104925) 2023-12-23 16:48:36 +01:00
hassfest
helpers Add support for JSON fragments (#107213) 2024-01-07 17:36:31 -10:00
pylint
resources
scripts
snapshots
test_util
testing_config Include deprecated constants in wildcard imports (#107114) 2024-01-05 11:46:45 +01:00
util Remove calls to distribution and legacy zip support from package util (#107427) 2024-01-07 07:39:48 -10:00
__init__.py
common.py Add support for JSON fragments (#107213) 2024-01-07 17:36:31 -10:00
conftest.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
ignore_uncaught_exceptions.py
patch_time.py
ruff.toml
syrupy.py
test_bootstrap.py
test_config.py Deprecate legacy_templates (#105556) 2023-12-22 00:42:16 +01:00
test_config_entries.py
test_const.py Include deprecated constants in wildcard imports (#107114) 2024-01-05 11:46:45 +01:00
test_core.py Add support for JSON fragments (#107213) 2024-01-07 17:36:31 -10:00
test_data_entry_flow.py Include deprecated constants in wildcard imports (#107114) 2024-01-05 11:46:45 +01:00
test_exceptions.py
test_loader.py
test_main.py
test_requirements.py
test_runner.py
test_setup.py
test_test_fixtures.py
typing.py