source:
.tests/identify.py
@
56a40d3
Last change on this file since 56a40d3 was 5d927631, checked in by , at 2021-03-31T11:50:18Z | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
1 | import btlib |
2 | |
3 | def identify(clis): |
4 | ret = True |
5 | ret = ret & btlib.connect_test(clis) |
6 | ret = ret & btlib.identify_test(clis) |
7 | return ret |
8 | |
9 | btlib.perform_test(identify) |
Note: See TracBrowser
for help on using the repository browser.