add test-all

This commit is contained in:
hay-kot 2021-04-30 09:08:32 -08:00
commit 8e9efb4fe7

View file

@ -43,9 +43,14 @@ test: ## run tests quickly with the default Python
format: format:
poetry run black . poetry run black .
format-test:
poetry run black . --check
lint: ## check style with flake8 lint: ## check style with flake8
poetry run flake8 mealie tests poetry run flake8 mealie tests
test-all: format-test lint test
setup: ## Setup Development Instance setup: ## Setup Development Instance
poetry install && \ poetry install && \
cd frontend && \ cd frontend && \