diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-03-06 21:50:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-03-06 21:50:15 +0100 |
commit | f4eb3fc7c5eb6c0c035b728f6e820230fc8a1e2c (patch) | |
tree | 004a91bceb2166e275f9ed9f30f99797df6e30bc /protocols/skype/test.py | |
parent | 83c246e68c5c6f9c25aa9e56d8fee3a14201bfcc (diff) |
test skype_chat_leave()
Diffstat (limited to 'protocols/skype/test.py')
-rwxr-xr-x | protocols/skype/test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/skype/test.py b/protocols/skype/test.py index 632ae124..63652f76 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -109,6 +109,9 @@ class Test(unittest.TestCase): def testGroupchatInvite(self): self.mock("groupchat-invite") + def testGroupchatLeave(self): + self.mock("groupchat-leave") + def testCalledYes(self): self.mock("called-yes") |