asyncio-taskpool/tests/test_control
Daniil Fajnberg 689a74c678 control interface now supports TaskPool instances:
dotted paths to coroutine functions can be passed to the parser as arguments for methods like `map`;
parser supports literal evaluation for the argument iterables in methods like `map`;
minor fixes
2022-03-16 11:27:27 +01:00
..
__init__.py moved control-related modules to a sub-package; minor corrections 2022-03-13 15:18:53 +01:00
test___main__.py finally reached 100% unittest coverage overall 2022-03-13 16:11:20 +01:00
test_client.py removed a few functions from the public API; fixed some docstrings/comments 2022-03-14 19:16:28 +01:00
test_parser.py control interface now supports TaskPool instances: 2022-03-16 11:27:27 +01:00
test_server.py brought unittest coverage up to 100% on control modules 2022-03-13 15:44:53 +01:00
test_session.py brought unittest coverage up to 100% on control modules 2022-03-13 15:44:53 +01:00