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 | 69ae6f2d4394a7df0c7d1b4a27c89da6b7cb99b5 (patch) | |
| tree | 59d71f86527ae3ec0e581aeb903ddc6b8840a0bc /protocols/skype/test.py | |
| parent | f6cab7cfccdb6ed517aaaa458482ea465c6c9fd7 (diff) | |
test skype_call_strerror()
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 35986af0..3c35a5c0 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -75,6 +75,9 @@ class Test(unittest.TestCase):  	def testCall(self):  		self.mock("call") +	def testCallFailed(self): +		self.mock("call-failed") +	  	def testAddYes(self):  		self.mock("add-yes") | 
