50ff513ea6
Add link to Python bug tracker to explain why assertions differ.
2015-12-25 16:03:42 +01:00
e2583a67ca
Add STARTTLS tests.
2015-12-25 15:45:06 +01:00
6e50d100e9
Add test for SASL PLAIN with no authzid.
2015-12-24 22:35:15 +01:00
1281901eb3
Remove debug print.
2015-12-24 21:21:06 +01:00
da54b76b78
Add test on the interaction of server-time and echo-message.
2015-12-24 21:14:59 +01:00
87301592d4
Add echo-message tests.
2015-12-24 20:52:36 +01:00
60bd8a04f7
Improve help, and copy it to the README.
2015-12-24 12:07:40 +01:00
eb46c39723
Add tests for IRCv3.1 CAP LS/LIST.
2015-12-24 01:12:50 +01:00
9943753e2b
Don't use subTest, it gives bad tracebacks.
2015-12-24 01:12:33 +01:00
073a8a3183
Return all parsed messages before raising ConnectionClosed.
...
Caused testQuitErrors to fail with Charybdis.
2015-12-23 21:32:20 +01:00
76f0224f25
Fix assertion message.
2015-12-23 21:28:36 +01:00
5d4473b767
Add option --loose.
2015-12-23 19:39:34 +01:00
4ef79cbe45
Improve error messages.
2015-12-23 19:05:21 +01:00
d3617b7012
Make port wait lazy. This way, we don't want for the server to start if the test is skipped immediately.
2015-12-23 01:54:10 +01:00
53f916991f
Add METADATA tests.
2015-12-22 22:33:23 +01:00
caa85d25cb
ClientMock.getMessages: Reuse the inbuffer.
2015-12-22 20:50:01 +01:00
69203a145d
Split connectClient into connectClient and skipToWelcome.
2015-12-22 20:49:31 +01:00
2cc4ad4f0f
Make the set of tested specifications configurable.
2015-12-22 19:55:48 +01:00
ef8adc7ede
Rename irctest.optionality to irctest.runner, and clean code a bit.
2015-12-22 18:54:06 +01:00
95db1d4dfd
Add tests for channel names sensitivity.
2015-12-22 12:14:55 +01:00
63671afcf4
Add TOPIC test cases.
2015-12-22 05:06:51 +01:00
8425bf7c2a
Add test for KICKs with two targets.
2015-12-22 04:37:19 +01:00
3b196ce445
Add test testKickSendsMessages.
2015-12-22 01:56:01 +01:00
813f968321
Fix assertion messages.
2015-12-22 01:29:05 +01:00
d5de337c8d
Add tests for AUTHENTICATE with auth string longer than 399 characters.
2015-12-22 00:47:02 +01:00
1dd70a8b54
Better doc.
2015-12-22 00:46:18 +01:00
a4cf83e01a
Add tests for LIST.
2015-12-21 23:15:22 +01:00
3380450cdf
Update README.md with new controllers.
2015-12-21 22:54:03 +01:00
4428283de5
Fix typo.
2015-12-21 22:50:47 +01:00
ac0df9d941
Expand testJoinTwice.
2015-12-21 22:31:55 +01:00
acb58d0f14
Fix typo.
2015-12-21 22:31:40 +01:00
647894b50f
Make assertion messages readable by people who are not me.
2015-12-21 21:48:59 +01:00
8cdd6d4d9e
Add a test for PARTing from a non-empty channel.
2015-12-21 20:34:35 +01:00
3a3b504762
Move ClientMock to its own file.
2015-12-21 20:13:16 +01:00
d2616dc7d7
Small code improvements to InspIRCd controller.
2015-12-21 20:12:57 +01:00
d7df7b7f90
Fix issues in Charybdis' controller.
...
* Change pid file across start (so it does not complain if not properly terminated)
* Don't limit number of users (it someone remembers number of connects across restarts, but I can't figure out how).
2015-12-21 20:12:22 +01:00
17e0216b88
Add Charybdis controller.
2015-12-21 18:01:36 +01:00
02d74a294d
Add missing file.
2015-12-21 18:01:21 +01:00
6e4e14b9f9
Be less stupid for testing a set of commands has been sent.
2015-12-21 18:01:11 +01:00
10dbd84156
Allow ERR_NOSUCHCHANNEL as a response for PART from an empty/inexistant channel.
2015-12-21 17:31:10 +01:00
74443bb6ae
Add PASS tests.
2015-12-21 16:36:22 +01:00
b71e1f3355
Fix BaseServerTestCase when there is more than one user.
2015-12-21 16:36:09 +01:00
e20b2c0c44
Remove useless variable.
2015-12-21 15:45:28 +01:00
d75ffcb2f5
Split testJoin into testJoinAllMessages and testJoinNamreply, and add testPartNotInChannel
2015-12-21 15:45:05 +01:00
469eedab89
Add server tests for JOIN.
2015-12-21 13:10:39 +01:00
4ac1108f82
Add quotes from specifications to test descriptions.
2015-12-21 13:09:30 +01:00
5eb014d4ba
Add PING-based synchronization for fetching messages from server.
2015-12-21 12:24:40 +01:00
4335b909e5
Hide InspIRCd's output.
2015-12-21 12:24:08 +01:00
baa7b5306e
Add tests for NICK collisions.
2015-12-21 00:25:40 +01:00
5da956f2d9
Show timestamps of I/Os.
2015-12-21 00:23:32 +01:00