Add a small test case

This commit is contained in:
Stephan Kulow
2022-10-17 20:52:05 +02:00
parent 365696213b
commit c534fb028e
3 changed files with 40 additions and 2 deletions

View File

@@ -2,3 +2,6 @@ all:
isort -rc .
autoflake -r --in-place --remove-unused-variables .
black .
test:
python3 -m unittest -v tests/*.py