source: .tests/help.py @ ef70f9f

Last change on this file since ef70f9f was ef70f9f, checked in by / <>, at 2021-03-29T13:22:34Z

everything :D

  • Property mode set to 100644
File size: 165 bytes
RevLine 
[ef70f9f]1import btlib
2
3def help(clis):
4    ret = True
5    ret = ret & btlib.connect_test(clis)
6    ret = ret & btlib.help_test(clis)
7    return ret
8
9btlib.perform_test(help)
Note: See TracBrowser for help on using the repository browser.