From e2ac666852ccbfb5b635d68562664169cf9b6916 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 21 Apr 2013 21:39:39 +0200 Subject: test skype_chat_msg() --- protocols/skype/test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/skype/test.py') diff --git a/protocols/skype/test.py b/protocols/skype/test.py index 97110443..a01d8673 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -112,6 +112,9 @@ class Test(unittest.TestCase): def testGroupchatLeave(self): self.mock("groupchat-leave") + def testGroupchatMsg(self): + self.mock("groupchat-msg") + def testCalledYes(self): self.mock("called-yes") -- cgit v1.2.3