complete testkit

also add argument parsers test
This commit is contained in:
2021-03-28 15:29:17 +03:00
parent 839b241ec1
commit c3cb14f1ed
5 changed files with 79 additions and 10 deletions

View File

@ -26,7 +26,7 @@ archlinux: archive
check:
cd src && mypy --implicit-reexport --strict -p "$(PROJECT)"
find "src/$(PROJECT)" tests -name "*.py" -execdir autopep8 --max-line-length 120 -aa -i {} +
find "src/$(PROJECT)" tests -name "*.py" -execdir autopep8 --exit-code --max-line-length 120 -aa -i {} +
cd src && pylint --rcfile=../.pylintrc "$(PROJECT)"
clean: