347 Commits

Author SHA1 Message Date
4ac891382e make pyxmpp2-scram an optional dependency. 2021-02-22 19:44:41 +01:00
ca93caa69d Make the dependency on ecdsa optional 2021-02-22 19:44:41 +01:00
f9d0ec18ff Make flake8 pass, and run it automatically. 2021-02-22 19:42:18 +01:00
836cc5d6d2 Use isort to order imports. 2021-02-22 19:42:18 +01:00
8016e01daf Use Black code style 2021-02-22 19:42:18 +01:00
34ed62fd85 Merge branch 'cherry-picking' ('Cherry pick commits from my old branch of irctest' GH-17) 2021-02-22 18:44:41 +01:00
e9a2bdd008 Fix merges 2021-02-22 18:33:42 +01:00
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
e45a1fb9db limnoria: add support for STS. 2021-02-21 23:18:55 +01:00
28f1ceb4e6 Fix ecdsa tests to use the same protocol as Atheme.
Which requires not hashing the challenge.
2021-02-21 23:18:55 +01:00
ff54d9cfd6 Temporarily disabling sts on Limnoria until it's released. 2021-02-21 22:05:15 +01:00
b4873fdea4 Ignore return value of sendall; it's not None on py < 3.6.
https://bugs.python.org/issue25951
2021-02-21 22:05:15 +01:00
373c705247 Add STS tests. 2021-02-21 22:05:15 +01:00
68c2dad8d9 For SCRAM, check clients send an empty response at the end.
https://github.com/ircv3/ircv3-specifications/pull/326
2021-02-21 22:05:15 +01:00
4ded96fbba Fix LUSER tests to pass with Charybdis. 2021-02-21 21:50:24 +01:00
9f68f12b3a Document how to call the pytest command 2021-02-21 21:50:12 +01:00
85d14f3e12 Install oragono in ~/go/bin and update $PATH instructions. 2021-02-21 21:50:12 +01:00
81d5715465 Update the README with instructions for Oragono + pytest 2021-02-21 21:50:12 +01:00
13be312366 Restore the original irctest README. 2021-02-21 21:50:12 +01:00
85f02c4626 Use pytest as a test runner instead of unit test
'./test <controller> -s spec1 -s spec2' becomes:
'pytest --controller <controller> -k "spec1 or spec2"'

This uses pytest's test selection, which allows finer selection of which tests
to run (for example, it will allow running all tests but those requiring one
feature or combination of features).
It also allows running only a particular test (or set of test) by
filtering on their name or file name.

pytest also shows a much nicer output while testing (grouped by file,
percentage of tests run, manages the verbosity); and it captures all the output
and only shows it if the test fails, which makes --show-io irrelevant.
2021-02-21 18:03:20 +01:00
efa5b5eb3b client_tests/test_sasl: Update to work with newer versions of Sopel 2021-02-20 10:53:23 +01:00
fe694487c7 Better handling of connections closed by clients. 2021-02-20 10:43:00 +01:00
c4a9592156 Fix Sopel tests; broken by 9b2a6a063c811d0f37bebce79cb89662c66d213e. 2021-02-20 10:42:37 +01:00
3d7a539d06 Fix some tests to pass with inspircd 2021-02-20 09:53:30 +01:00
3932a40d74 Fix client tests broken by a14ebf9ec2c40a25db8c4e2bb86246d2a8c75bb7. 2021-02-19 23:00:00 +01:00
0dfe0de549 Fix client tests broken by 020564bdcbcb6586e8d9ed622624db47e0a122d8. 2021-02-19 22:57:59 +01:00
c9c08c7f6f client_mock: Write client name in 'waiting...' message 2021-02-19 22:25:41 +01:00
684c889304 Fix testWhoisUser to pass with inspircd. 2021-02-19 19:22:00 +01:00
c9dbba985c Fix crash when sendLine() is called with bytes and --show-io is given. 2021-02-19 19:19:58 +01:00
fe0d65f7c8 Fix oragono tests broken by 9b2a6a063c811d0f37bebce79cb89662c66d213e. 2021-02-19 19:19:37 +01:00
8d427c80c8 fix stall on failed channel join 2021-02-18 19:35:11 +01:00
a74f893942 Fix IRCv3 tests to not fail with Charybdis. 2021-02-17 21:35:36 +01:00
75dafa47fe testWhoisUser: use a shorter username, so it doesn't get truncated
eg. charybdis limits it to 10 characters
2021-02-17 10:45:52 +01:00
d69c41756b Fix RFC1459 tests to pass with charybdis
only oragono replies to PINGs before a valid NICK afaik.
2021-02-16 00:33:46 +01:00
9b2a6a063c Don't pass a 'config' argument to the controller, only Oragono had it.
Instead, annotate tests with the optional features they may need from the IRCd.
2021-02-15 23:29:10 +01:00
de49571b1e add test coverage for RPL_TOPIC 2021-02-08 17:47:11 -05:00
b58fe44b5b update relaymsg test 2020-12-21 22:06:13 -05:00
307722fbec test the multiline batch tag 2020-12-15 04:41:25 -05:00
0b9087cc39 rename test 2020-12-14 22:55:49 -05:00
40ac45cdbe add a channel forwarding test 2020-12-14 05:22:41 -05:00
5aeb297de5 fix relaymsg test fail code 2020-12-07 02:25:20 -05:00
8c66157a9e test that TAGMSG are not sent to users with only server-time 2020-11-30 17:00:06 -05:00
3b489a2125 test long-line DoS attacks 2020-11-30 13:18:02 -05:00
14435ce0e8 regression test for oragono #1411 2020-11-29 19:32:29 -05:00
a723791942 add a test for message-tags and ERR_INPUTTOOLONG 2020-11-29 18:54:37 -05:00
d741ab86d5 add a test for message-tags 2020-11-26 00:25:52 -05:00
b7975ada46 allow message-tags to enable account tag implicitly
Servers MAY send arbitrary server tags (time, msgid, account) to clients
that have enabled message-tags.
2020-11-24 21:22:59 -05:00
b43e127805 modify chathistory test to check for INVALID_TARGET 2020-11-04 01:51:51 -05:00
512b4bd74d add regression test for oragono #1370 2020-11-01 18:14:57 -05:00
d48cbc4287 oragono-specific test for unregistered lusers counts 2020-10-21 19:47:49 -04:00