Changeset da215ef


Ignore:
Timestamp:
2021-03-18T12:10:49Z (3 years ago)
Author:
/ <>
Children:
4f22234c
Parents:
663f018
Message:

better test the rest before figuring this out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .tests/test1.py

    r663f018 rda215ef  
    144144    ret = junk.find(clis[1].nick) != -1
    145145    ret = ret & (junk.find("1 available") != -1)
    146 
     146'''
    147147    clis[0].send_priv_msg("&bitlbee", "remove " +clis[1].nick)
    148148    clis[0].send_priv_msg("&bitlbee", "blist")
     
    156156    ret = ret & (junk.find("1 available") != -1)
    157157    ret = ret & (junk.find(clis[1].nick) != -1)
     158'''
     159    return ret
    158160
    159161def message_test(clis):
Note: See TracChangeset for help on using the changeset viewer.