hass-core/tests/components/recorder
Franck Nijhof ed79265843
Enable Ruff PT006 ()
* Enable Ruff PT006

* Adjust existing cases

* Fix tests

* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
..
__init__.py Use python defaults for comparing State, LazyState, and Event objects () 2023-01-29 13:31:43 -05:00
common.py Use python defaults for comparing State, LazyState, and Event objects () 2023-01-29 13:31:43 -05:00
db_schema_0.py Separate recorder database schema from other classes () 2022-06-07 14:41:43 +02:00
db_schema_16.py Separate recorder database schema from other classes () 2022-06-07 14:41:43 +02:00
db_schema_18.py Separate recorder database schema from other classes () 2022-06-07 14:41:43 +02:00
db_schema_22.py Separate recorder database schema from other classes () 2022-06-07 14:41:43 +02:00
db_schema_23.py Separate recorder database schema from other classes () 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 () 2023-01-02 13:26:08 -10:00
db_schema_25.py Upgrade SQLAlchemy to 2.0.2 () 2023-02-08 08:17:32 -06:00
db_schema_28.py Upgrade SQLAlchemy to 2.0.2 () 2023-02-08 08:17:32 -06:00
db_schema_30.py Upgrade SQLAlchemy to 2.0.2 () 2023-02-08 08:17:32 -06:00
test_backup.py Ensure recorder test fixture is setup before hass fixture () 2022-10-19 07:58:47 +02:00
test_filters.py Add return type to tests without arguments () 2023-02-07 14:20:06 +01:00
test_filters_with_entityfilter.py Fix a few cartesian products in recorder tests () 2023-02-02 07:47:09 +01:00
test_history.py Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
test_history_db_schema_30.py Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
test_init.py Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
test_migrate.py Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
test_models.py Disable test_entity_ids on MariaDB () 2023-02-09 15:30:35 +01:00
test_pool.py Add return type to async tests without arguments () 2023-02-07 10:26:56 +01:00
test_purge.py Add mariadb 10.3.32 to database tests () 2023-02-13 16:28:39 -06:00
test_run_history.py Ensure recorder still shuts down if the final commit fails () 2023-02-09 15:12:40 -06:00
test_statistics.py Increase test scope of MariaDB + PostgreSQL tests () 2023-02-13 15:58:13 -06:00
test_statistics_v23_migration.py Add per-file-ignore to pylint () 2023-01-22 17:26:24 +01:00
test_system_health.py Upgrade SQLAlchemy to 2.0.2 () 2023-02-08 08:17:32 -06:00
test_util.py Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00
test_v32_migration.py Add per-file-ignore to pylint () 2023-01-22 17:26:24 +01:00
test_websocket_api.py Enable Ruff PT006 () 2023-02-15 14:09:50 +01:00