core/tests/components/http
J. Nick Koston 578d4a9b6a
Make the frontend available sooner (Part 1 of 2) (#36263)
* Part 1 of 2 (no breaking changes in part 1).

When integrations configured via the UI block startup or fail to start,
the webserver can remain offline which make it is impossible
to recover without manually changing files in
.storage since the UI is not available.

This change is the foundation that part 2 will build on
and enable a listener to start the webserver when the frontend
is finished loading.

Frontend Changes (home-assistant/frontend#6068)

* Address review comments

* bump timeout to 1800s, adjust comment

* bump timeout to 4h

* remove timeout failsafe

* and the test
2020-06-02 13:54:11 -05:00
..
__init__.py Sort imports according to PEP8 for http (#29679) 2019-12-09 11:59:38 +01:00
test_auth.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_ban.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_cors.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_data_validator.py Make the frontend available sooner (Part 1 of 2) (#36263) 2020-06-02 13:54:11 -05:00
test_init.py Fix base_url extract stack (#36331) 2020-06-01 11:44:45 -07:00
test_real_ip.py Sort imports according to PEP8 for http (#29679) 2019-12-09 11:59:38 +01:00
test_view.py Make the frontend available sooner (Part 1 of 2) (#36263) 2020-06-02 13:54:11 -05:00