aboutsummaryrefslogtreecommitdiffstats
path: root/skype/t
Commit message (Collapse)AuthorAgeLines
* skyped: use os.path.expanduser for file paths in configMiklos Vajna2010-04-12-2/+3
| | | | | Requested-by: ilf <ilf@gmx.net>
* use fake user/passMiklos Vajna2010-04-12-2/+2
| | | | | | the only problem that can happen this case is that we can talk to ourselves, but that's not a big problem.
* tests: use the echo123 test account instead of an external oneMiklos Vajna2010-04-12-6/+8
| | | | | | now that we have a config option allowing to do so, make use of it, it's more reliable
* fix up two testsMiklos Vajna2010-03-08-4/+4
|
* skyped: add logfile optionMiklos Vajna2009-02-18-1/+1
| | | | | | using this option messages are not lost when not running in foreground mode
* t: add summary to the endMiklos Vajna2009-02-18-0/+1
|
* add test for the info commandMiklos Vajna2009-02-18-0/+11
|
* t: autogen skyped.confMiklos Vajna2009-02-18-1/+16
|
* add testcase for sending and receiving messagesMiklos Vajna2009-02-18-0/+11
|
* Initial testcase.Miklos Vajna2009-02-18-0/+1423
Code is based on ulim's automated live tests.