hass-core/tests
Jonathan Østrup 150b376cf9
Add recorder vars db_max_retries and db_retry_wait (#31561)
* added recorder vars db_max_retries and db_retry_wait

* fixed test_recorder_setup_failure

I failed because it was missing the two new variables. I simply added these with default values.

* fixed syntax error in test_recorder_setup_failure

* fixed formatting error in test_init_py for recorder component

* fixed typo in test case

* Updated the way the default keys for db_,max_wait and db_retry_wait is set

Implemented based on suggestions from @springstan

* Updated config_schema call to adhere to Black

* changed conf.get to conf[dict] for var retrieval

* removed 2 blank lines
2020-02-09 17:43:09 +01:00
..
auth Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
components Add recorder vars db_max_retries and db_retry_wait (#31561) 2020-02-09 17:43:09 +01:00
fixtures Update pynws to v0.10.1 (#30662) 2020-01-15 12:01:47 -08:00
hassfest
helpers Update the update coordinator API to make it easier to use (#31471) 2020-02-06 09:29:29 -08:00
mock
resources
scripts Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
test_util
testing_config Add brightness_step to light.turn_on (#31452) 2020-02-04 16:13:29 -08:00
util Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
__init__.py
bandit.yaml Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
common.py Restore unit_of_measurement from entity registry (#30780) 2020-01-15 08:09:05 -08:00
conftest.py Be consistent with Home Assistant and Hass.io spelling (#30500) 2020-01-05 14:09:17 +02:00
test_bootstrap.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
test_config.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
test_config_entries.py Add update_entry dict to unique ID flow abort helper (#31090) 2020-01-23 11:21:19 -08:00
test_core.py Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
test_data_entry_flow.py
test_loader.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00
test_main.py
test_requirements.py
test_setup.py Various string cleanups (#30435) 2020-01-03 14:47:06 +01:00