core/tests/components/tessie
Brett Adams 858fb1fa37
Add snapshot testing to Tessie (#108346)
* Redo Binary Sensors

* Redo Button

* Redo Climate

* Stage unfixed platforms

* Redo Cover

* Redo device tracker

* Redo lock

* Redo Media Player

* Redo Number

* Redo Select

* Redo Sensor

* Redo Switch

* Redo Update

* Fix setup_platform

* Add mixing snapshot

* Fix config flow

* Centralise entity testing

* Update snapshot

* Rename test_entities

* Fix assert_entities
2024-01-27 13:43:55 +01:00
..
fixtures
snapshots Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
__init__.py
common.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
conftest.py
test_binary_sensors.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_button.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_climate.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_config_flow.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_coordinator.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_cover.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_device_tracker.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_init.py
test_lock.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_media_player.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_number.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_select.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_sensor.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_switch.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00
test_update.py Add snapshot testing to Tessie (#108346) 2024-01-27 13:43:55 +01:00