hass-core/tests
J. Nick Koston 5e3e4bda28
Prevent a single accessory setup failure from breaking all HomeKit accessories (#34263)
* Prevent a single accessory setup failure from breaking all HomeKit accessories

Raise the max devices to 150 as the spec allows for this
many.  Previously 100 made sense because of the event
storms when homekit started would sometimes break pairing,
as these have largely been fixed in 0.109 (still a few
to cleanup) using the HAP spec limit of 150 is now possible.

* Handle both failure states
2020-04-15 21:40:38 -05:00
..
auth Add ability to specify group when creating user (#33373) 2020-03-30 20:33:43 +02:00
components Prevent a single accessory setup failure from breaking all HomeKit accessories (#34263) 2020-04-15 21:40:38 -05:00
fixtures Add tests for additional nut ups models (#34240) 2020-04-15 20:28:03 -05:00
hassfest Make Hassfest stricter pt 2 (#30068) 2019-12-19 14:00:22 +01:00
helpers Collection of core tests improvements (#33757) 2020-04-07 09:33:23 -07:00
mock Black 2019-07-31 12:25:30 -07:00
resources
scripts Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
test_util Fix docstring in test_utils/aiohttp.py (#34040) 2020-04-11 20:20:19 +02:00
testing_config Add and use percentage constant (#32094) 2020-02-28 11:46:48 -08:00
util Patch http.client to not do I/O in the event loop (#34194) 2020-04-15 15:32:10 -07:00
__init__.py
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 Allow WS queue to temporarily peak (#34175) 2020-04-13 18:50:36 -07:00
ignore_uncaught_exceptions.py Removed uncaught exceptions from Dyson (#34112) 2020-04-15 14:03:14 -07:00
test_bootstrap.py Collection of core tests improvements (#33757) 2020-04-07 09:33:23 -07:00
test_config.py Collection of core tests improvements (#33757) 2020-04-07 09:33:23 -07:00
test_config_entries.py Allow async_setup changes to config entry data be taken into a… (#34166) 2020-04-14 18:46:41 -07:00
test_core.py Collection of random (mainly) test improvements (#33733) 2020-04-06 12:51:48 +02: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 Collection of core tests improvements (#33757) 2020-04-07 09:33:23 -07:00