irctest/irctest
Valentin Lorentz 79c65cf248 Generalize ANYSTR to ListRemainder
So it can match specific strings and have a minimum length.
This can be used to match ISUPPORT-like messages.
2022-02-19 11:55:03 +01:00
..
client_tests sts: Don't send the port on secure connections 2021-11-06 09:48:05 +01:00
controllers Add tests for the HELP and HELPOP commands (#117) 2022-01-10 23:55:24 +01:00
irc_utils rmeove dead code 2021-09-11 00:32:10 +02:00
scram basic server test for SCRAM-SHA-256 (#84) 2021-08-08 20:47:42 +02:00
self_tests Generalize ANYSTR to ListRemainder 2022-02-19 11:55:03 +01:00
server_tests lusers: Add a variant that ircu2 and snircd can pass + add stricter tests (#126) 2022-01-15 00:19:58 +01:00
__init__.py Basic architecture. 2015-12-19 01:11:57 +01:00
authentication.py Use dataclasses instead of dicts/namedtuples 2021-02-28 18:45:13 +01:00
basecontrollers.py Try to make bahamut tests less flaky 2021-08-11 18:39:29 +02:00
cases.py Fix message matching on empty prefix/params/tags/... 2022-02-19 11:54:44 +01:00
client_mock.py getMessages: Raise an error when forgetting to synchronize=False 2021-06-27 14:38:54 +02:00
exceptions.py Use Black code style 2021-02-22 19:42:18 +01:00
numerics.py exhaustive testing of Modern's WHOIS spec (#104) 2021-08-29 16:38:38 +02:00
patma.py Generalize ANYSTR to ListRemainder 2022-02-19 11:55:03 +01:00
runner.py Add tests for the HELP and HELPOP commands (#117) 2022-01-10 23:55:24 +01:00
specifications.py Add TARGMAX test 2021-09-04 20:02:20 +02:00
tls.py Use dataclasses instead of dicts/namedtuples 2021-02-28 18:45:13 +01:00