Changeset f1ba258 for .tests/test1.py
- Timestamp:
- 2021-03-17T14:35:10Z (4 years ago)
- Children:
- 04d7229
- Parents:
- 35c72b7
- git-author:
- / <> (17-03-21 14:34:25)
- git-committer:
- / <> (17-03-21 14:35:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/test1.py
r35c72b7 rf1ba258 73 73 text = '' 74 74 while True: 75 time.sleep(0.1) 75 76 readable, _, _ = select.select([self.sck], [], [], 5) 76 77 if self.sck in readable: … … 116 117 failed += [test_name] 117 118 fail = True 119 for cli in clis: 120 cli.receive() 118 121 119 122 if fail or SHOWTESTLOG: … … 162 165 163 166 def status_test(clis): 164 status = " get out of my room mom"167 status = "'get out of my room mom'" 165 168 clis[1].send_priv_msg("&bitlbee", "set status "+status) 166 169 clis[0].send_priv_msg("&bitlbee", "info "+clis[1].nick)
Note: See TracChangeset
for help on using the changeset viewer.