irctest/irctest
Shivaram Lingamneni f63de0548a reenable some account-registration tests for Ergo
These were incorrectly being skipped. If `CAP LS 302` precedes
`requestCapabilities`, `requestCapabilities` sees the LS response
instead of the ACK it expects. Then it assumes that the request was
NAK'ed and skips the test.
2021-07-30 19:10:48 +02:00
..
client_tests Revert "Kill controlled processes immediately" 2021-07-07 12:44:10 +02:00
controllers Fix Hybrid support + enable it on CI (#82) 2021-07-10 16:33:32 +02:00
irc_utils Make find_hostname_and_port its own function 2021-06-27 00:27:48 +02:00
self_tests Switch from unittest-style to pytest-style test collection 2021-07-04 17:06:37 +02:00
server_tests reenable some account-registration tests for Ergo 2021-07-30 19:10:48 +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 Fix Hybrid support + enable it on CI (#82) 2021-07-10 16:33:32 +02:00
cases.py Switch from unittest-style to pytest-style test collection 2021-07-04 17:06:37 +02: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 Use Black code style 2021-02-22 19:42:18 +01:00
patma.py test_labeled_responses: Actually check 'label' tags aren't relayed 2021-07-03 09:31:51 +02:00
runner.py type-annotate all functions outside the tests themselves. 2021-02-28 18:45:13 +01:00
specifications.py Add tests for the draft bot mode. 2021-07-01 16:44:48 +02:00
tls.py Use dataclasses instead of dicts/namedtuples 2021-02-28 18:45:13 +01:00