We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1db039 commit 54580f5Copy full SHA for 54580f5
components/gpio_control/test/test_gpio_control.py
@@ -36,5 +36,6 @@ def testMain():
36
gpio_controler = gpio_control(phoniebox_function_calls)
37
38
devices = gpio_controler.get_all_devices(config)
39
+ gpio_controler.checkDevicesDependencies()
40
gpio_controler.print_all_devices()
41
pass
0 commit comments