hass-core/tests/components/recorder
2023-01-27 11:52:49 +01:00
..
__init__.py
common.py Fire events when long term statistics is updated (#82492) 2022-11-24 22:01:36 +01:00
db_schema_0.py Separate recorder database schema from other classes (#72977) 2022-06-07 14:41:43 +02:00
db_schema_16.py Separate recorder database schema from other classes (#72977) 2022-06-07 14:41:43 +02:00
db_schema_18.py Separate recorder database schema from other classes (#72977) 2022-06-07 14:41:43 +02:00
db_schema_22.py Separate recorder database schema from other classes (#72977) 2022-06-07 14:41:43 +02:00
db_schema_23.py Separate recorder database schema from other classes (#72977) 2022-06-07 14:41:43 +02:00
db_schema_23_with_newer_columns.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
db_schema_25.py Support non-live database migration (#72433) 2022-07-22 15:11:34 +02:00
db_schema_28.py Separate recorder database schema from other classes (#72977) 2022-06-07 14:41:43 +02:00
db_schema_30.py Terminate strings at NUL when recording states and events (#86687) 2023-01-26 11:11:03 +01:00
test_backup.py Ensure recorder test fixture is setup before hass fixture (#80528) 2022-10-19 07:58:47 +02:00
test_filters.py Fix logbook not setting up with an recorder filter that has empty fields (#72869) 2022-06-01 22:12:00 -07:00
test_filters_with_entityfilter.py Ensure recorder test fixture is setup before hass fixture (#80528) 2022-10-19 07:58:47 +02:00
test_history.py Add per-file-ignore to pylint (#86289) 2023-01-22 17:26:24 +01:00
test_history_db_schema_30.py Add per-file-ignore to pylint (#86289) 2023-01-22 17:26:24 +01:00
test_init.py Terminate strings at NUL when recording states and events (#86687) 2023-01-26 11:11:03 +01:00
test_migrate.py Add per-file-ignore to pylint (#86289) 2023-01-22 17:26:24 +01:00
test_models.py Fix repr for States and Events without a timestamp (#86391) 2023-01-22 08:11:42 -10:00
test_pool.py Make database access in the eventloop raise an exception (#71547) 2022-05-09 15:22:08 -05:00
test_purge.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
test_run_history.py Ensure recorder test fixture is setup before hass fixture (#80528) 2022-10-19 07:58:47 +02:00
test_statistics.py Enable Ruff PT013 (#86757) 2023-01-27 09:09:46 +01:00
test_statistics_v23_migration.py Add per-file-ignore to pylint (#86289) 2023-01-22 17:26:24 +01:00
test_system_health.py Add CI job which runs recorder tests on MariaDB (#80586) 2022-10-19 13:04:28 +02:00
test_util.py Enable Ruff SIM117 (#86783) 2023-01-27 11:52:49 +01:00
test_v32_migration.py Add per-file-ignore to pylint (#86289) 2023-01-22 17:26:24 +01:00
test_websocket_api.py Enable Ruff PT013 (#86757) 2023-01-27 09:09:46 +01:00