asyncio-taskpool/tests
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
..
test_control control interface now supports TaskPool instances: 2022-03-16 11:27:27 +01:00
__init__.py Initial commit 2022-02-03 20:06:30 +01:00
test_group_register.py added unittests 2022-03-08 09:05:59 +01:00
test_helpers.py control interface now supports TaskPool instances: 2022-03-16 11:27:27 +01:00
test_pool.py renamed method get_task_group_ids and extended to accept any number of group names 2022-03-08 09:08:28 +01:00
test_queue_context.py added unittests 2022-03-08 09:05:59 +01:00