full test coverage for BaseTaskPool

This commit is contained in:
2022-02-07 14:23:49 +01:00
parent e8e13406ea
commit ac903d9be7
4 changed files with 274 additions and 22 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@
/dist/
# Python cache:
__pycache__/
# Testing:
.coverage