Changeset f1ba258 for .tests


Ignore:
Timestamp:
2021-03-17T14:35:10Z (3 years ago)
Author:
/ <>
Children:
04d7229
Parents:
35c72b7
git-author:
/ <> (17-03-21 14:34:25)
git-committer:
/ <> (17-03-21 14:35:10)
Message:

robost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .tests/test1.py

    r35c72b7 rf1ba258  
    7373        text = ''
    7474        while True:
     75            time.sleep(0.1)
    7576            readable, _, _ = select.select([self.sck], [], [], 5)
    7677            if self.sck in readable:
     
    116117        failed += [test_name]
    117118        fail = True
     119    for cli in clis:
     120        cli.receive()
    118121
    119122    if fail or SHOWTESTLOG:
     
    162165
    163166def status_test(clis):
    164     status = "get out of my room mom"
     167    status = "'get out of my room mom'"
    165168    clis[1].send_priv_msg("&bitlbee", "set status "+status)
    166169    clis[0].send_priv_msg("&bitlbee", "info "+clis[1].nick)
Note: See TracChangeset for help on using the changeset viewer.