add tests for CLI

This commit is contained in:
relikd
2021-10-30 18:18:23 +02:00
parent a05626f020
commit 478adfc75b
2 changed files with 313 additions and 1 deletions

View File

@@ -17,7 +17,11 @@ uninstall:
.PHONY: test
test:
python3 tests/test_icnsutil.py
@echo 'Test lib...'
@python3 tests/test_icnsutil.py
@echo
@echo 'Test CLI...'
@python3 tests/test_cli.py
dist-env:
@echo Creating virtual environment...