Changeset e4f5ca8 for protocols/skype/test.py
- Timestamp:
- 2013-02-10T12:48:32Z (12 years ago)
- Branches:
- master
- Children:
- 12f500f, 65a5d15
- Parents:
- be98957 (diff), 875ba16 (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
rbe98957 re4f5ca8 97 97 self.mock("called-no") 98 98 99 def testFiletransfer(self): 100 self.mock("filetransfer") 101 102 def testGroupRead(self): 103 self.mock("group-read") 104 99 105 if __name__ == '__main__': 100 106 unittest.main()
Note: See TracChangeset
for help on using the changeset viewer.