Skip to content

Commit 90e32d0

Browse files
authored
test: add voltage on/off test cases for Notecard (#126)
1 parent 6ad2318 commit 90e32d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/fluent_api/test_card.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,20 @@
451451
'set': False
452452
}
453453
),
454+
(
455+
card.voltage,
456+
'card.voltage',
457+
{
458+
'on': True
459+
}
460+
),
461+
(
462+
card.voltage,
463+
'card.voltage',
464+
{
465+
'off': True
466+
}
467+
),
454468
(
455469
card.wireless,
456470
'card.wireless',

0 commit comments

Comments
 (0)