diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-03-17 13:03:25 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-03-17 13:03:25 +0000 |
commit | 9b2a8c10b61540c3c6892a4de7f52bf8657d455e (patch) | |
tree | 25b89c0726b002413dc90f8bd69dcc364c9986da /protocols/skype/test.py | |
parent | ed3ff435ac2caf34de6b67ae4b6b3f8a04c7ebb7 (diff) | |
parent | 215e17185699655c10a6f7e190c47f3b3f47d9d0 (diff) |
Merge from vmiklos.
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") |