diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-16 21:26:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-16 21:26:58 +0100 |
commit | 6efb777b54d3b8db05252e3d299085ab2baf515e (patch) | |
tree | 188a7493a4f29f2b2ee038ed02246c208ffe659c /protocols/skype/test.py | |
parent | a9a659869d1f3a128e99827faad7ec353f99377f (diff) |
skype: new 'add yes' testcase
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 99883747..28c14618 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -74,6 +74,9 @@ class Test(unittest.TestCase): def testCall(self): self.mock("call") + + def testAddYes(self): + self.mock("add-yes") if __name__ == '__main__': unittest.main() |