Changeset 04d7229
- Timestamp:
- 2021-03-17T14:45:46Z (4 years ago)
- Children:
- 2e9b39a
- Parents:
- f1ba258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/test1.py
rf1ba258 r04d7229 186 186 ret = ret & (junk.find("has quit") != -1) 187 187 188 clis[0].send_priv_msg(clis[1], " sup")188 clis[0].send_priv_msg(clis[1], "i'm not ur mom") 189 189 ret = ret & (clis[0].receive().find("User does not exist: "+clis[1].nick) != -1) 190 190 … … 216 216 217 217 clis[0].add_jabber_buddy(clis[1].nick) 218 clis[1].add_jabber_buddy(clis[0].nick) 219 clis[0].send_priv_msg("&bitlbee", "yes") 220 clis[1].send_priv_msg("&bitlbee", "yes") 218 221 219 222 if MESSAGETEST: … … 230 233 231 234 if OFFLINETEST: 232 perform_test(failed, clis, status_test, "Go offline")235 perform_test(failed, clis, offline_test, "Go offline") 233 236 234 237 if failed or SHOWLOG:
Note: See TracChangeset
for help on using the changeset viewer.