hass-core/tests/components/recorder
Erik Montnemery cf4033b1bc
Simplify time zone setting in tests (#68330)
* Simplify timezone setting in tests

* Fix typo

* Adjust caldav tests

* Adjust input_datetime tests

* Adjust time_date tests

* Adjust tod tests

* Adjust helper tests

* Adjust recorder tests

* Adjust risco tests

* Adjust aemet tests

* Adjust flux tests

* Adjust forecast_solar tests

* Revert unnecessary change in forecast_solar test

* Adjust climacell tests

* Adjust google tests

* Adjust sensor tests

* Adjust sonarr tests

* Adjust template tests

* Adjust zodiac tests

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-03-20 10:25:15 +01:00
..
__init__.py Tweak Recorder 2016-07-11 08:56:07 -07:00
common.py Improve recorder migration tests (#59075) 2021-11-04 20:21:38 -07:00
conftest.py Update typing - collections.abc (3) (#63947) 2022-01-12 08:04:17 +01:00
models_schema_0.py Improve recorder migration tests (#59075) 2021-11-04 20:21:38 -07:00
models_schema_16.py Improve recorder migration tests (#59075) 2021-11-04 20:21:38 -07:00
models_schema_18.py Improve recorder migration tests (#59075) 2021-11-04 20:21:38 -07:00
models_schema_22.py Improve recorder migration tests (#59075) 2021-11-04 20:21:38 -07:00
models_schema_23.py Remove duplicated statistics rows (#61146) 2021-12-13 14:15:36 +01:00
test_history.py Optimize _get_states_with_session (#56734) 2021-09-29 17:08:27 +02:00
test_init.py Separate attrs into another table (reduces database size) (#68224) 2022-03-18 00:23:13 -10:00
test_migrate.py Don't use shared session during recorder migration (#65672) 2022-02-04 09:55:11 -08:00
test_models.py Separate attrs into another table (reduces database size) (#68224) 2022-03-18 00:23:13 -10:00
test_pool.py Use a dedicated executor pool for database operations (#68105) 2022-03-17 23:09:01 -10:00
test_purge.py Fix FOREIGN KEY constraint failed when removing state_attributes (#68364) 2022-03-19 14:21:28 -07:00
test_statistics.py Simplify time zone setting in tests (#68330) 2022-03-20 10:25:15 +01:00
test_util.py Use a dedicated executor pool for database operations (#68105) 2022-03-17 23:09:01 -10:00
test_websocket_api.py Introduce only_supervisor for @websocket_api.ws_require_user() (#61298) 2021-12-08 16:49:35 -08:00