|
cc8b9748a7
|
Always request the 'sasl' cap before using AUTHENTICATE
It's required by InspIRCd.
This commit also adds a check so we don't forget it when testing
locally only with Ergo.
|
2021-06-27 14:38:54 +02:00 |
|
|
829edddeb8
|
Remove some Ergo-specific assumptions.
We need to remove them before we can start running these tests
on Inspircd.
|
2021-06-27 14:38:54 +02:00 |
|
|
6458586179
|
Make find_hostname_and_port its own function
So it can be used to generate multiple ports, which will be needed
to link services.
|
2021-06-27 00:27:48 +02:00 |
|
|
eef07da56a
|
cases: Stop ignoring the 'msg' parameter in assert* methods
|
2021-06-27 00:23:21 +02:00 |
|
|
60e6c013b2
|
Fix mypy error
|
2021-06-26 22:11:47 +02:00 |
|
|
14ee59ca84
|
mypy: silence import warnings
|
2021-06-26 20:34:01 +02:00 |
|
|
a29e46c17a
|
Add test for account tag on INVITE messages.
This will catch issues like https://github.com/solanum-ircd/solanum/issues/166
(when we have registration support for solanum)
|
2021-06-26 18:44:55 +02:00 |
|
|
6f68a0d601
|
Hide irrelevant frames on pytest failures
It makes failures easier to read, by showing only the relevant tests
instead of the helper functions.
https://doc.pytest.org/en/latest/example/simple.html#writing-well-integrated-assertion-helpers
|
2021-06-26 18:37:44 +02:00 |
|
|
a7d7436929
|
Merge pull request #54 from ergochat/ergo
rename Oragono to Ergo
|
2021-05-28 17:38:56 -04:00 |
|
|
c3b7663e06
|
fix ergochat/ergo repository name
|
2021-05-27 10:17:28 -04:00 |
|
|
7be29ad801
|
rename Oragono to Ergo
|
2021-05-27 00:07:32 -04:00 |
|
|
6bdfdf58b2
|
first pass at renaming oragono to ergo
|
2021-05-26 16:02:22 -04:00 |
|
|
db0c64fa30
|
remove draft/resume-0.5 tests
|
2021-05-19 08:49:49 +02:00 |
|
|
729b7cb8d8
|
regression test for oragono/oragono#1642
|
2021-05-05 22:08:22 +02:00 |
|
|
322cb7ae26
|
Skip testQuitErrors on charybdis, it's also very flaky
|
2021-04-18 09:21:50 +02:00 |
|
|
277f383e02
|
Skip testQuitErrors on ircd-seven, it's very flaky
|
2021-04-18 09:21:50 +02:00 |
|
|
cfe0b0d3dd
|
Add test for message matching commands
+ fix a bug in tested code
+ change conftest.py to allow missing --controller arg (which is
an UI improvement, as it allows using 'pytest --help' now)
|
2021-04-18 09:21:27 +02:00 |
|
|
498b67ae96
|
Remove CHATHISTORY * and znc.in/playback *self
CHATHISTORY * is being removed here:
https://github.com/ircv3/ircv3-specifications/pull/450
znc.in/playback *self was an Oragono extension that didn't catch on:
https://github.com/oragono/oragono/issues/1205
|
2021-04-17 23:26:06 +02:00 |
|
|
1846794466
|
Remove warning about Sopel
https://github.com/sopel-irc/sopel/issues/946 seems to be fixed
|
2021-04-17 22:28:58 +02:00 |
|
|
5e622a34d3
|
test_buffering: add support for ERR_INPUTTOOLONG
|
2021-03-05 20:29:44 +01:00 |
|
|
4d2976c7e6
|
Use TCP_NODELAY on the socket, it may be better to make test_buffering relevant
|
2021-03-05 20:21:48 +01:00 |
|
|
c58c238875
|
Add a set of buffering/truncation test cases.
Also checks for UTF8ONLY
|
2021-03-05 19:30:30 +01:00 |
|
|
a0bceabf80
|
fix the build by upgrading go
|
2021-03-05 19:30:15 +01:00 |
|
|
100b53fb18
|
test for Oragono disallowing truncation
|
2021-03-05 19:30:15 +01:00 |
|
|
6d74a06327
|
always negotiate batch with labeled-response, it's required by the spec
|
2021-03-04 17:38:50 +01:00 |
|
|
5b82b9b3d2
|
Merge pull request #46 from slingamn/inputtoolong.1
allow ERR_INPUTTOOLONG if a PRIVMSG cannot be relayed
|
2021-03-03 17:11:36 -05:00 |
|
|
0f2445c1eb
|
review fixes
|
2021-03-03 14:37:03 -05:00 |
|
|
74f40ad23d
|
allow ERR_INPUTTOOLONG if a PRIVMSG cannot be relayed
|
2021-03-03 13:57:11 -05:00 |
|
|
1e0de7aefb
|
assertMessageMatch: Add pattern-matching on tags, and start using it.
|
2021-03-01 21:59:50 +01:00 |
|
|
3c2db1531a
|
register: Update error name to COMPLETE_CONNECTION_REQUIRED to follow the spec
|
2021-02-28 23:34:23 +01:00 |
|
|
3f231403ba
|
Use assertMessageMatch whenever possible, and generalize listMatch to accept regexps
it's stricter this way + hopefully more readable and better error msgs
|
2021-02-28 23:22:31 +01:00 |
|
|
e012c5248b
|
Move list_match to its own module, and prepare generalizing AnyStr
|
2021-02-28 23:22:31 +01:00 |
|
|
b8867cf4a2
|
Use a new 'magic' class AnyStr instead of Ellipsis for pattern-matching messages.
|
2021-02-28 20:44:31 +01:00 |
|
|
1fbd51c0b5
|
Rename assertMessageEqual to assertMessageMatch
it describes the function better
|
2021-02-28 20:44:31 +01:00 |
|
|
62a87b5957
|
type-annotate all functions outside the tests themselves.
|
2021-02-28 18:45:13 +01:00 |
|
|
ac2a37362c
|
Use dataclasses instead of dicts/namedtuples
|
2021-02-28 18:45:13 +01:00 |
|
|
12da7e1e3b
|
Enable mypy, and do the minimal changes to make it pass
|
2021-02-28 18:45:13 +01:00 |
|
|
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 |
|