summaryrefslogtreecommitdiff
path: root/tests/twisted/idletest.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'telepathy-idle-0.2'HEADmasterAlexander Akulich2020-11-011-5/+5
|\
| * Port tests to Python 3Alexander Akulich2020-11-011-4/+4
* | tests: move D-Bus signal handler to idletestGuillaume Desmottes2013-09-231-0/+17
|/
* tests: disable pings by defaultWill Thompson2012-11-161-0/+1
* idletest: handle PART with no message argumentWill Thompson2012-11-141-1/+7
* MUCChannel: Implement Channel.Interface.SubjectWill Thompson2011-10-121-0/+4
* idletest: Use handleCommand instead of dataReceivedDebarshi Ray2011-10-041-6/+5
* idletest: The data for an IRC event can be [] tooDebarshi Ray2011-10-041-1/+1
* tests: strip \r\n from stream event dataWill Thompson2011-09-121-1/+3
* idletest: return an empty RPL_WHOISCHANNELS in response to WHOISDebarshi Ray2011-05-061-0/+1
* Merge branch 'test-fixes'Jonny Lamb2011-05-041-1/+1
|\
| * idletest: hardcode localhost as 127.0.0.1Jonny Lamb2011-05-031-1/+1
* | Handle PART messages in our test IRC serverDebarshi Ray2011-05-031-0/+8
|/
* Handle WHOIS messages in our test IRC serverDebarshi Ray2011-05-021-0/+35
* Test Creating and Ensuring MUCs.Will Thompson2009-08-291-1/+12
* Tests: Fix a typo in room-joining codeWill Thompson2009-08-271-1/+1
* Merge commit 'jonner/username-param'Will Thompson2009-05-281-0/+1
|\
| * Add a CM param for 'username'Jonathon Jongsma2009-02-181-0/+1
* | Big test cleanupJonathon Jongsma2009-02-181-8/+0
|/
* Fix builddir!=srcdir issuesJonathon Jongsma2009-02-181-2/+3
* messages/leading-space.py: simplify this test significantlyJonathon Jongsma2009-02-171-0/+1
* Disconnect in idletest in case the test fails and doesn't disconnectJonathon Jongsma2009-02-171-3/+8
* Reduce test chatter when not in verbose modeJonathon Jongsma2009-02-161-7/+13
* Make the test server respond to QUIT messages properlyJonathon Jongsma2009-01-271-0/+2
* Add regression test for leading-space messagesJonathon Jongsma2009-01-191-18/+38
* Add a regression test for messages delivered in proper orderJonathon Jongsma2009-01-161-1/+1
* Add a very basic test for joining an IRC channelJonathon Jongsma2009-01-161-3/+9
* Fix some more minor twisted test issuesJonathon Jongsma2009-01-151-2/+4
* Add support for testing ssl connections with twisted testsJonathon Jongsma2009-01-151-2/+11
* Improvements to twisted test IRC serverJonathon Jongsma2009-01-151-24/+26
* Starting to add twisted test infrastructureJonathon Jongsma2009-01-151-0/+169