Limnoria/test
Valentin Lorentz 2b4c5eb78f Fix crash when calling .reply(..., action=True) on ReplyIrcProxy
instead of on NestedCommandIrcProxy.

ReplyIrcProxy._sendReply expects action=True to imply noLengthCheck=True, but only
NestedCommandIrcProxy.reply() enforces the latter, not ReplyIrcProxy.reply().

This crash was introduced in 3c1c4a69e9 by
moving NestedCommandIrcProxy's .reply() to ReplyIrcProxy.
2023-07-18 07:46:51 +02:00
..
__init__.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
messages.pot Add tests for nicksToHostmasks 2022-11-23 19:25:12 +01:00
test_callbacks.py Fix crash when calling .reply(..., action=True) on ReplyIrcProxy 2023-07-18 07:46:51 +02:00
test_commands.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_conf.py Fix joins to many channels (#1473) 2021-06-14 23:15:43 +02:00
test_drivers.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_dynamicScope.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_firewall.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_format.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_i18n.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_ircdb.py Modernize tests 2022-11-20 19:33:23 +01:00
test_irclib.py Fix STS parsing and handling of unchecked-TLS connections (#1524) 2023-06-10 08:28:08 +02:00
test_ircmsgs.py Modernize tests 2022-11-20 19:33:23 +01:00
test_ircutils.py Modernize tests 2022-11-20 19:33:23 +01:00
test_misc.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_plugin_create.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_plugin.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_plugins.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_registry.py Add test for registry reloading 2022-12-28 17:06:02 +01:00
test_schedule.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00
test_standardSubstitute.py Modernize tests 2022-11-20 19:33:23 +01:00
test_utils.py Modernize tests 2022-11-20 19:33:23 +01:00
test_yn.py Remove unused import fallback on the 'mock' library 2023-01-21 18:51:17 +01:00
test.py test: Revert generic 'The Limnoria Contributors' in copyright notices 2022-10-24 23:41:26 +02:00