Changeset f539d6e for protocols/skype/test.py
- Timestamp:
- 2013-05-01T18:55:50Z (12 years ago)
- Branches:
- master
- Children:
- af496d8
- Parents:
- dd95ce4 (diff), c2a863d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/test.py
rdd95ce4 rf539d6e 113 113 self.mock("groupchat-leave") 114 114 115 def testGroupchatMsg(self): 116 self.mock("groupchat-msg") 117 118 def testGroupchatTopic(self): 119 self.mock("groupchat-topic") 120 115 121 def testCalledYes(self): 116 122 self.mock("called-yes") … … 125 131 self.mock("group-read") 126 132 133 def testGroupAdd(self): 134 self.mock("group-add") 135 127 136 def testCtcpHelp(self): 128 137 self.mock("ctcp-help") … … 130 139 def testSetMoodText(self): 131 140 self.mock("set-mood-text") 141 142 def testAwaySet(self): 143 self.mock("away-set") 132 144 133 145 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.