mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
add test-all
This commit is contained in:
parent
a52640d6da
commit
8e9efb4fe7
1 changed files with 5 additions and 0 deletions
5
makefile
5
makefile
|
@ -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 && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue