irctest/irctest
Valentin Lorentz f0141b0a93 Fix compatibility with return value of SSLSocket.sendall in python >= 3.6.
https://bugs.python.org/issue25951
2021-02-21 23:18:55 +01:00
..
client_tests Fix ecdsa tests to use the same protocol as Atheme. 2021-02-21 23:18:55 +01:00
controllers limnoria: add support for STS. 2021-02-21 23:18:55 +01:00
irc_utils add a test for message-tags 2020-11-26 00:25:52 -05:00
server_tests Fix LUSER tests to pass with Charybdis. 2021-02-21 21:50:24 +01:00
__init__.py Basic architecture. 2015-12-19 01:11:57 +01:00
authentication.py Add tests for SCRAM. 2017-11-01 17:52:29 +00:00
basecontrollers.py Add STS tests. 2021-02-21 22:05:15 +01:00
cases.py Ignore return value of sendall; it's not None on py < 3.6. 2021-02-21 22:05:15 +01:00
client_mock.py Fix compatibility with return value of SSLSocket.sendall in python >= 3.6. 2021-02-21 23:18:55 +01:00
exceptions.py Add TLS certificate check tests for clients. 2016-07-20 11:41:35 +02:00
numerics.py fix stall on failed channel join 2021-02-18 19:35:11 +01:00
runner.py Add STS tests. 2021-02-21 22:05:15 +01:00
specifications.py add a test for message-tags 2020-11-26 00:25:52 -05:00
tls.py Add TLS certificate check tests for clients. 2016-07-20 11:41:35 +02:00