mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-20 03:07:17 +00:00

* Use deepmerge for options * fix issue * Update supervisor/addons/addon.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Add tests * Fix merge schema * Make save for overwrites * drop community * more cleanup * Fix tests * Fix lists * revert strategy * protect overwritten lists * Update tests/api/test_store.py Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
8 lines
145 B
Python
8 lines
145 B
Python
"""Consts for tests."""
|
|
|
|
TEST_INTERFACE = "eth0"
|
|
TEST_INTERFACE_WLAN = "wlan0"
|
|
TEST_WS_URL = "ws://test.org:3000"
|
|
|
|
TEST_ADDON_SLUG = "local_ssh"
|