Changeset 4c87970 for .tests/test1.py
- Timestamp:
- 2021-03-18T11:35:21Z (4 years ago)
- Children:
- 9634fba
- Parents:
- 8d7cc55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/test1.py
r8d7cc55 r4c87970 12 12 STATUSTEST = True 13 13 DEFAULTTARGETTEST = True 14 HELPTEST = True14 HELPTEST = False 15 15 SHOWLOG = False 16 16 SHOWTESTLOG = True … … 154 154 ret = ret & (junk.find("1 available") != -1) 155 155 156 clis[0].send_priv_msg("&bitlbee", "remove " +clis[1].nick)156 clis[0].send_priv_msg("&bitlbee", "remove " +clis[1].nick) 157 157 clis[0].send_priv_msg("&bitlbee", "blist") 158 158 ret = ret & (clis[0].receive().find(clis[1].nick) == -1)
Note: See TracChangeset
for help on using the changeset viewer.