source: .tests/identify.py @ 5d927631

Last change on this file since 5d927631 was 5d927631, checked in by / <>, at 2021-03-31T11:50:18Z

register

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