hass-core/tests
Jason Hunter bd8848e57a
Fix ONVIF config entry unique ID (#36008)
* fallback to device serial number if no mac available

* make password optional to fix #35904

* update tests to reflect new flow

* fix snake case and AsyncMock

* add comments around why weird things are being done
2020-05-24 21:50:50 +02:00
..
auth Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
components Fix ONVIF config entry unique ID (#36008) 2020-05-24 21:50:50 +02:00
fixtures Add climate platform to ozw (#35566) 2020-05-21 11:19:20 +02:00
hassfest
helpers Fix service registration supported features check (#35718) 2020-05-23 18:11:51 +02:00
mock Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
resources
scripts Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_util
testing_config
util Avoid locking in the logging queue handler (#35700) 2020-05-17 14:39:27 +02:00
__init__.py
async_mock.py
bandit.yaml
common.py Use a future for mock coro (#34989) 2020-04-30 16:31:00 -07:00
conftest.py Fail tests if wrapped callbacks or coroutines throw (#35010) 2020-05-06 14:14:57 -07:00
ignore_uncaught_exceptions.py Fix broken CI (#35314) 2020-05-06 18:40:21 -07:00
test_bootstrap.py Use built in queue log handlers to avoid formatting logs in the event loop (#35633) 2020-05-16 09:29:58 -05:00
test_config.py Add get_url helper, deprecate base_url (#35224) 2020-05-08 02:29:47 +02:00
test_config_entries.py
test_core.py Fix handling of additional data in core config storage (#35660) 2020-05-16 13:31:15 +02:00
test_data_entry_flow.py Add current step that is in progress (#35272) 2020-05-05 21:34:51 -07:00
test_loader.py
test_main.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_requirements.py
test_setup.py