diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-16 21:26:59 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-16 21:26:59 +0100 |
commit | f6cab7cfccdb6ed517aaaa458482ea465c6c9fd7 (patch) | |
tree | 01fa888b96cef80114b67b5a6d5cd37b9229f3e0 /protocols/skype/test.py | |
parent | daac7551001c309f1d9d6ac25361398f0bd2b471 (diff) |
test skype_call_ask_no()
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 2c60264f..35986af0 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -90,5 +90,8 @@ class Test(unittest.TestCase): def testCalledYes(self): self.mock("called-yes") + def testCalledNo(self): + self.mock("called-no") + if __name__ == '__main__': unittest.main() |