core/tests/components/deconz
Robert Svensson 20f45f8ab9
Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927)
* Don't patch web requests, use aioclient_mock instead

* Remove stale prints

* Remove tests for old way of loading platforms

* Remove unused imports
2021-02-09 08:31:29 +01:00
..
__init__.py
conftest.py
test_binary_sensor.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_climate.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_config_flow.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_cover.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_deconz_event.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_device_trigger.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_fan.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_gateway.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_init.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_light.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_lock.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_logbook.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_scene.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_sensor.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_services.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00
test_switch.py Improve deCONZ tests by using aioclient_mock rather than patching web requests (#45927) 2021-02-09 08:31:29 +01:00