irctest/irctest
Shivaram Lingamneni efab101890 remove sleep from read loops
recv() should block as necessary up to the 1-second timeout;
connection failures will break out of the loop with an exception.
There shouldn't be a case where we incur a busy wait.
2021-02-22 21:55:15 +01:00
..
client_tests make pyxmpp2-scram an optional dependency. 2021-02-22 19:44:41 +01:00
controllers Make flake8 pass, and run it automatically. 2021-02-22 19:42:18 +01:00
irc_utils Make flake8 pass, and run it automatically. 2021-02-22 19:42:18 +01:00
server_tests remove sleep from read loops 2021-02-22 21:55:15 +01:00
__init__.py Basic architecture. 2015-12-19 01:11:57 +01:00
authentication.py Use isort to order imports. 2021-02-22 19:42:18 +01:00
basecontrollers.py Make flake8 pass, and run it automatically. 2021-02-22 19:42:18 +01:00
cases.py Make flake8 pass, and run it automatically. 2021-02-22 19:42:18 +01:00
client_mock.py remove sleep from read loops 2021-02-22 21:55:15 +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
runner.py Make flake8 pass, and run it automatically. 2021-02-22 19:42:18 +01:00
specifications.py Use Black code style 2021-02-22 19:42:18 +01:00
tls.py Use Black code style 2021-02-22 19:42:18 +01:00