Skip to content

Commit 6756bf0

Browse files
committed
Perform the extra updated-test
1 parent 61e155b commit 6756bf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_smile.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,6 +2010,11 @@ async def test_connect_adam_plus_anna_new(self):
20102010

20112011
await self.tinker_max_boiler_temp(smile)
20122012

2013+
# Now change some data and change directory reading xml from
2014+
# emulating reading newer dataset after an update_interval
2015+
self.smile_setup = "updated/anna_v4"
2016+
await self.device_test(smile, testdata_updated, initialize=False)
2017+
20132018
await smile.close_connection()
20142019
await self.disconnect(server, client)
20152020

0 commit comments

Comments
 (0)