Skip to content

Commit

Permalink
Added devices dependency check to test test_gpio_control
Browse files Browse the repository at this point in the history
  • Loading branch information
topas-rec committed May 20, 2023
1 parent 55d0543 commit 71d05d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/gpio_control/test/test_gpio_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def testMain():
gpio_controler = gpio_control(phoniebox_function_calls)

devices = gpio_controler.get_all_devices(config)
gpio_controler.checkDevicesDependencies()
gpio_controler.print_all_devices()
pass

0 comments on commit 71d05d7

Please sign in to comment.