Started tests for skeleton module

This commit is contained in:
Jef Roosens 2021-05-15 13:40:11 +02:00
parent 62252d51a4
commit ad31d9a979
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
5 changed files with 116 additions and 82 deletions

View file

@ -14,7 +14,7 @@ venv: $(VENV)/bin/activate
# Format the codebase using Black
format: venv
@ '$(VENV)/bin/black' setup.py app/*.py app/**/*.py
@ '$(VENV)/bin/black' setup.py app
.PHONY: format
# Remove any temporary files