core/tests/components/tradfri
Patrik Lindgren 03defdc922
Add test cases for Tradfri cover platform (#64072)
* Add test cases for Tradfri cover

* Simplify test

* Fix typo

* Fix typos

* Update tests/components/tradfri/test_cover.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Fix

* Remove unused function

* Move common tools to separate file

* Simplify parametrization

* Use int

* Remove loop

* Use context manager

* Simplify

* Update docstring

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-14 19:40:14 +01:00
..
__init__.py
common.py Add test cases for Tradfri cover platform (#64072) 2022-01-14 19:40:14 +01:00
conftest.py
test_config_flow.py
test_cover.py Add test cases for Tradfri cover platform (#64072) 2022-01-14 19:40:14 +01:00
test_init.py
test_light.py Add test cases for Tradfri cover platform (#64072) 2022-01-14 19:40:14 +01:00
test_util.py