- Timestamp:
- 2013-01-16T20:26:58Z (12 years ago)
- Branches:
- master
- Children:
- 2487112
- Parents:
- db0d979
- Location:
- protocols/skype
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/test.py
rdb0d979 rd4b5e5b 28 28 line = i.strip() 29 29 if line.startswith(">> "): 30 bitlbee.expect (line[3:], timeout=10)30 bitlbee.expect_exact(line[3:], timeout=10) 31 31 elif line.startswith("<< "): 32 32 bitlbee.sendline(line[3:]) … … 82 82 self.mock("add-no") 83 83 84 def testGroupchatInvited(self): 85 self.mock("groupchat-invited") 86 84 87 if __name__ == '__main__': 85 88 unittest.main()
Note: See TracChangeset
for help on using the changeset viewer.