asyncio-taskpool/tests
Daniil Fajnberg c63f079da4 huge update:
introduced meta tasks which are used by `_map()`;
introduced task groups;
ending with `gather_and_close()` now;
pool unittests rewritten accordingly;
two new helper classes
2022-02-24 19:16:24 +01:00
..
__init__.py Initial commit 2022-02-03 20:06:30 +01:00
test_client.py full unit test coverage and docstrings for client module; minor refactoring 2022-02-19 12:56:08 +01:00
test_helpers.py additional unit tests 2022-02-13 19:55:27 +01:00
test_pool.py huge update: 2022-02-24 19:16:24 +01:00
test_server.py full unit test coverage and docstrings for session module 2022-02-14 17:59:11 +01:00
test_session_parser.py full unit test coverage and docstrings for session_parser module; minor changes 2022-02-14 22:11:31 +01:00
test_session.py full unit test coverage and docstrings for session_parser module; minor changes 2022-02-14 22:11:31 +01:00