aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/skype/test.py')
-rwxr-xr-xprotocols/skype/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/skype/test.py b/protocols/skype/test.py
index 6c967ed2..9f92f252 100755
--- a/protocols/skype/test.py
+++ b/protocols/skype/test.py
@@ -121,5 +121,8 @@ class Test(unittest.TestCase):
def testGroupRead(self):
self.mock("group-read")
+ def testCtcpHelp(self):
+ self.mock("ctcp-help")
+
if __name__ == '__main__':
unittest.main()