1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/tests
ollo69 62835f0536
Fix asuswrt network failure startup (#33485)
* Fix network failure startup

Fix for issue ##33284 - Asuswrt component fail at startup after power failure

* Removed comment

* Removed bare except

* is_connected moved out try-catch

* Removed pointless-string-statement

* Raise PlatformNotReady on "not is_connected"

* Removed unnecessary check

* Revert "Removed unnecessary check"

This reverts commit a2ccddab2c4b1ba441f1d7482d802d9774527a26.

* Implemented custom retry mechanism

* Fix new line missing

* Fix formatting

* Fix indent

* Reviewed check

* Recoded based on tibber implementation

* Formatting review

* Changes requested

* Fix tests for setup retry

* Updated missing test

* Fixed check on Tests

* Return false if not exception

* Format correction
2020-04-03 15:02:48 +02:00
..
auth Add ability to specify group when creating user (#33373) 2020-03-30 20:33:43 +02:00
components Fix asuswrt network failure startup (#33485) 2020-04-03 15:02:48 +02:00
fixtures Bump brother to 0.1.11 (#33526) 2020-04-02 13:52:03 +02:00
hassfest Make Hassfest stricter pt 2 (#30068) 2019-12-19 14:00:22 +01:00
helpers Directly call write state 2 (#33513) 2020-04-03 09:34:50 +02:00
mock Black 2019-07-31 12:25:30 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
test_util Sort imports according to PEP8 for 'tests' (#29791) 2019-12-09 16:52:24 +01:00
testing_config Add and use percentage constant (#32094) 2020-02-28 11:46:48 -08:00
util Expand network util to check for link local addresses (#33499) 2020-04-01 11:24:30 -07:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
bandit.yaml Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
common.py Don't write storage to disk while stopping (#33456) 2020-04-02 10:25:28 -07:00
conftest.py Don't write storage to disk while stopping (#33456) 2020-04-02 10:25:28 -07:00
ignore_uncaught_exceptions.py fixed uncaught exceptions for tradfri (#33550) 2020-04-03 00:55:04 +02:00
test_bootstrap.py Only check frontend for safe mode if frontend wanted to be loa… (#31969) 2020-02-19 15:56:46 +01:00
test_config_entries.py Freeze config entry data (#32615) 2020-03-09 14:07:50 -07:00
test_config.py Fix package default extraction (#33071) 2020-03-20 20:27:37 -07:00
test_core.py RFC - Add a 3rd state to the HA shutdown sequence for writing… (#33358) 2020-03-30 10:18:39 -07:00
test_data_entry_flow.py Rework FlowManager to use inheritance (#30133) 2020-01-03 11:52:01 +01:00
test_loader.py Extend safe mode (#31927) 2020-02-18 11:52:38 -08:00
test_main.py Sort imports according to PEP8 for 'tests' (#29791) 2019-12-09 16:52:24 +01:00
test_requirements.py Sort imports for requirements.py and its test using isort (#29836) 2019-12-11 12:12:06 +01:00
test_setup.py Fix hassio panel load (#32922) 2020-03-17 17:54:57 -07:00