Skip to content

Commit 2fa287c

Browse files
committed
Add updated testing for anna_heatpump_heating
Should give a fail for max_dhw_temperature
1 parent 7abbf63 commit 2fa287c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_smile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3973,6 +3973,10 @@ async def test_connect_anna_heatpump_heating(self):
39733973
)
39743974
assert result
39753975

3976+
# Now change some data and change directory reading xml from
3977+
# emulating reading newer dataset after an update_interval
3978+
self.smile_setup = "updated/anna_heatpump_heating"
3979+
await self.device_test(smile, testdata, initialize=False)
39763980
await smile.close_connection()
39773981
await self.disconnect(server, client)
39783982

0 commit comments

Comments
 (0)