hass-core/tests/components/recorder
J. Nick Koston eb77f8db85
Complete strict typing for recorder (#71274)
* Complete strict typing for recorder

* update tests

* Update tests/components/recorder/test_migrate.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update tests/components/recorder/test_migrate.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Remove the asserts

* remove ignore comments

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-05-04 12:22:50 -05:00
..
__init__.py
common.py Refactor tracking of the recorder run history (#70456) 2022-04-26 09:59:43 -10: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_backup.py Use recorder_mock in tests (#70363) 2022-04-22 19:29:44 -10:00
test_history.py Fix history using pre v25 queries during v26 migration (#71295) 2022-05-04 08:56:50 -07:00
test_init.py Complete strict typing for recorder (#71274) 2022-05-04 12:22:50 -05:00
test_migrate.py Complete strict typing for recorder (#71274) 2022-05-04 12:22:50 -05:00
test_models.py Avoid recording state_changed events in the events table (#71165) 2022-05-02 02:10:34 -05:00
test_pool.py Use a dedicated executor pool for database operations (#68105) 2022-03-17 23:09:01 -10:00
test_purge.py Move processing of recorder service call arguments into services.py (#71260) 2022-05-03 13:56:22 -07:00
test_run_history.py Refactor tracking of the recorder run history (#70456) 2022-04-26 09:59:43 -10:00
test_statistics.py Complete strict typing for recorder (#71274) 2022-05-04 12:22:50 -05:00
test_system_health.py Add basic system health data to the recorder (#71086) 2022-04-30 11:10:20 -05:00
test_util.py Break apart recorder into tasks and core modules (#71222) 2022-05-02 21:53:56 -07:00
test_websocket_api.py Break apart recorder into tasks and core modules (#71222) 2022-05-02 21:53:56 -07:00