aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_group_assign.py
Commit message (Collapse)AuthorAgeFilesLines
* package finish upnico2019-12-191-3/+3
| | | | | | | * update setup.py * better format the main __init__ file * move exceptions to separate file for maintainability * small corrections
* 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