aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_group_assign.py
Commit message (Collapse)AuthorAgeFilesLines
* code fixupnico2019-12-121-3/+2
| | | | | | + add contextlib.suppress to further improve readability - remove unnecessary return from if clause * added back else case
* test code and small init correctionsnico2019-12-121-0/+56
+ added pytest test cases * fixed TSGroupAssigner module init file