Skip to content

Commit 54580f5

Browse files
committed
Added devices dependency check to test test_gpio_control
1 parent e1db039 commit 54580f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/gpio_control/test/test_gpio_control.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ def testMain():
3636
gpio_controler = gpio_control(phoniebox_function_calls)
3737

3838
devices = gpio_controler.get_all_devices(config)
39+
gpio_controler.checkDevicesDependencies()
3940
gpio_controler.print_all_devices()
4041
pass

0 commit comments

Comments
 (0)