1c1b8214a0
normalize_namreply_params: Fix typo in function call
2021-02-28 18:45:13 +01:00
04ae1dcba1
echo_message: run black
2021-02-28 11:59:25 +01:00
00ff27f277
resume: rename bar/baz to observer/mainnick to improve readability
2021-02-28 11:31:56 +01:00
6125381598
fix typo in spec name
2021-02-28 10:00:24 +01:00
daa182bcd2
Make testDirectMessageEcho not Oragono-specific
2021-02-28 09:57:37 +01:00
f7be6cf016
Make all remaining tests not Oragono-specific when relevant.
2021-02-28 09:57:16 +01:00
6b6b86415d
Make testKeyValidation not Oragono-specific.
2021-02-28 09:43:08 +01:00
28ecfc4608
testStatusmsgFromOp: Fix interleaved events causing the test to be flaky.
2021-02-28 09:41:44 +01:00
96a8d1f7ff
Make MuteExtban not Oragono-specific.
2021-02-28 09:24:47 +01:00
8cefc57e61
cases: Get rid of the subcommand/subparams nonsense
...
Tt was specific to the CAP command but pretended to be generic.
Instead, allow matching on the params argument using Ellipsis.
2021-02-28 08:59:48 +01:00
70fcc15e00
statusmsg: Make tests non Oragono-specific.
2021-02-28 08:57:39 +01:00
da9567b612
Add BanMode tests.
2021-02-28 08:56:20 +01:00
51d0ce4483
Remove getIsupport(), it's redundant with server_support
2021-02-27 16:00:28 +01:00
22eb8d4369
inspircd: Enable all modules for caps/commands that we can test
...
Instead of skipping these tests.
2021-02-27 15:34:59 +01:00
06972fc1c4
Add Solanum
2021-02-27 15:34:59 +01:00
72eee6114f
Add ircd-seven
2021-02-27 15:23:33 +01:00
407fe663d1
Add Solanum
2021-02-27 15:23:33 +01:00
4d50c3eabc
Rewrite PART tests to actually follow the RFCs.
2021-02-27 14:27:22 +01:00
309a0e45e7
assertMessageEqual: fix error msg
2021-02-27 14:14:08 +01:00
0352a83a73
Change IRCv3 marks to reference capabilities instead of v3.1 / v3.2
2021-02-27 12:59:28 +01:00
5ab2fa709e
Fix testNickReleaseUnregistered on inspircd
...
PING is not valid before registration.
2021-02-27 10:33:57 +01:00
b405a94c34
Patch InspIRCd to make tests run faster
2021-02-27 00:32:36 +01:00
de243b38eb
Fix testCapRemovalByClient for Charybdis
2021-02-26 21:26:25 +01:00
ae09b99d0e
Overload the < <= > >= comparison assertion methods.
2021-02-26 21:06:17 +01:00
0a1ccfec24
Fix assertMessageEqual to actually raise the exception
2021-02-26 21:05:01 +01:00
8f17f85d16
workflows: exclude testNoticeNonexistentChannel on InspIRCd
...
Reported at https://github.com/inspircd/inspircd/issues/1849
2021-02-26 19:16:50 +01:00
592929366a
workflows: Follow the 'irctest_stable' branch of Oragono
...
It should follow releases, with quick hotfixes for irctest when needed.
2021-02-26 19:16:50 +01:00
21ce72a141
workflows: Add Sopel
2021-02-26 19:16:50 +01:00
fe0adbaca4
workflows: Add Limnoria
2021-02-26 19:16:50 +01:00
d6537548c6
workflows: Add inspircd
2021-02-26 19:16:50 +01:00
4de76ba1b2
workflows: add charybdis
2021-02-26 19:16:50 +01:00
b78eb9fd44
workflows: enable cache, remove matrix
2021-02-26 19:16:50 +01:00
64735adf86
workflows: First attempt, with Oragono
2021-02-26 19:16:50 +01:00
e6ca463dce
Make testCapRemovalByClient not specific to Oragono
2021-02-26 19:16:24 +01:00
ff67739c67
Add _IrcTestCase.messageDiffers to allow matching messages without using assertions.
2021-02-26 19:16:24 +01:00
9301321813
Write complete CONTRIBUTING.md.
...
It's opinionated, but I think we can agree on it.
Not all existing tests follow the rules written here, but let's
try to follow them for new tests.
2021-02-25 23:47:01 +01:00
05e75782c9
testNoticeNonexistentChannel: also quote RFC 1459
2021-02-24 19:46:36 +01:00
c90141bc61
Use a dedicated 'deprecated' mark instead of add '-deprecated' for each spec
...
Also rename `@cases.SpecificationSelector.requiredBySpecification("xxx")`
to `@cases.mark_specifications("xxx")` because it's shorter and looks
like pytest's own syntax
2021-02-24 19:19:35 +01:00
2a1324fc94
lusers: Fix tests to allow missing optional args
...
According to https://defs.ircdocs.horse/defs/numerics.html , they are not mandatory;
and InspIRCd doesn't return them.
2021-02-24 19:07:22 +01:00
f92b0e2889
lusers: Assert GlobalInvisible and GlobalVisible are lower or equal to the total
2021-02-24 19:07:22 +01:00
fb04da39cc
lusers: deduplicate assertions
2021-02-24 19:07:22 +01:00
0cf2726f78
away_notify: Better errors
2021-02-24 18:59:45 +01:00
79399e5c99
account_tag: Fix/proofread assertions.
2021-02-24 18:55:30 +01:00
2bd5093df9
Remove strip_first_param argument, it's unused.
2021-02-24 18:19:29 +01:00
8ea7197f76
Crash when a controlled process stopped instead of waiting forever.
2021-02-24 16:18:08 +01:00
932e9ade5a
sopel: Create ~/.sopel/ if it does not exist
2021-02-24 13:49:14 +01:00
2ef4689004
restore print statement when waiting
2021-02-22 21:55:15 +01:00
efab101890
remove sleep from read loops
...
recv() should block as necessary up to the 1-second timeout;
connection failures will break out of the loop with an exception.
There shouldn't be a case where we incur a busy wait.
2021-02-22 21:55:15 +01:00
10edb9dd9d
fix LUSERS tests to work with oragono
2021-02-22 20:21:39 +01:00
c2ed9ca79f
update makefile
2021-02-22 20:21:39 +01:00