aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/test.py
Commit message (Collapse)AuthorAgeLines
* Remove old skype plugin. Use the skypeweb purple plugin instead.dequis2018-03-11-147/+0
| | | | | | | | | | RIP This plugin relied on the skype linux client, which doesn't work anymore. During login it just does exit(0) for mysterious reasons. I guess that's the server trying to say that it's not supported. This is officially dead now after a few years of kinda-almost-working.
* test skype_group_by_name()Miklos Vajna2013-04-21-0/+3
|
* test skype_chat_topic()Miklos Vajna2013-04-21-0/+3
|
* test skype_chat_msg()Miklos Vajna2013-04-21-0/+3
|
* test skype_set_away()Miklos Vajna2013-04-21-0/+3
|
* test skype_chat_leave()Miklos Vajna2013-03-06-0/+3
|
* skype tests: run all tests with a single skyped configMiklos Vajna2013-02-17-28/+29
| | | | | | This makes them a bit faster, and there is no need to have separate skyped configs for each test ATM.
* test skype_set_mood_text()Miklos Vajna2013-02-17-0/+3
|
* test skype_buddy_action_list()Miklos Vajna2013-02-17-0/+3
|
* test skype_add_buddy()Miklos Vajna2013-02-16-0/+3
|
* skype: rename these tests, these are about we are added, not about we addMiklos Vajna2013-02-16-4/+4
|
* skype: add ATTACH_GDB env flag, extend hacking instructions with info on ↵Mike Kazantsev2013-02-11-0/+14
| | | | pexpect/gdb
* skype: make chdirs work more reliably between testsMike Kazantsev2013-02-11-14/+16
|
* skype.test: do proper cleanup of skyped process despite possible exceptions, ↵Mike Kazantsev2013-02-11-18/+18
| | | | keep pexpect.log
* test skype_parse_group()Miklos Vajna2013-02-09-0/+3
|
* test skype_parse_filetransfer()Miklos Vajna2013-01-20-0/+3
|
* test skype_call_strerror()Miklos Vajna2013-01-16-0/+3
|
* test skype_call_ask_no()Miklos Vajna2013-01-16-0/+3
|
* test skype_call_ask_yes()Miklos Vajna2013-01-16-0/+3
|
* skype_chat_invite: test thisMiklos Vajna2013-01-16-0/+3
|
* skype: new 'groupchat invited' testcaseMiklos Vajna2013-01-16-1/+4
|
* skype: new 'add no' testcaseMiklos Vajna2013-01-16-0/+3
|
* skype: new 'add yes' testcaseMiklos Vajna2013-01-16-0/+3
|
* skype: convert msg test to a mock-based oneMiklos Vajna2013-01-13-0/+79