irctest/irctest
Valentin Lorentz 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
..
client_tests Use assertMessageMatch whenever possible, and generalize listMatch to accept regexps 2021-02-28 23:22:31 +01:00
controllers test for Oragono disallowing truncation 2021-03-05 19:30:15 +01:00
irc_utils type-annotate all functions outside the tests themselves. 2021-02-28 18:45:13 +01:00
self_tests Add test for message matching commands 2021-04-18 09:21:27 +02:00
server_tests Remove CHATHISTORY * and znc.in/playback *self 2021-04-17 23:26:06 +02: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 type-annotate all functions outside the tests themselves. 2021-02-28 18:45:13 +01:00
cases.py Add test for message matching commands 2021-04-18 09:21:27 +02:00
client_mock.py Use TCP_NODELAY on the socket, it may be better to make test_buffering relevant 2021-03-05 20:21:48 +01:00
exceptions.py Use Black code style 2021-02-22 19:42:18 +01:00
numerics.py Use Black code style 2021-02-22 19:42:18 +01:00
patma.py assertMessageMatch: Add pattern-matching on tags, and start using it. 2021-03-01 21:59:50 +01:00
runner.py type-annotate all functions outside the tests themselves. 2021-02-28 18:45:13 +01:00
specifications.py type-annotate all functions outside the tests themselves. 2021-02-28 18:45:13 +01:00
tls.py Use dataclasses instead of dicts/namedtuples 2021-02-28 18:45:13 +01:00