Changeset 6083ea9 for .tests/btlib.py
- Timestamp:
- 2021-03-31T13:22:30Z (4 years ago)
- Children:
- 19f5c94
- Parents:
- bc346a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/btlib.py
rbc346a2 r6083ea9 111 111 print(cli.tmplog) 112 112 print(SEPARATOR) 113 else: 114 print('script passed') 113 115 114 116 if fail: … … 164 166 clis[1].send_priv_msg("&bitlbee", "register "+clis[1].pwd*2) 165 167 ret = (clis[1].receive(wait = 10).find('Account successfully created') != -1) 166 print("What is this"+ str(ret))167 168 return ret 168 169
Note: See TracChangeset
for help on using the changeset viewer.