2767 passing

This commit is contained in:
jimmoffet
2022-08-05 00:25:03 -07:00
parent f48872b4cc
commit dad051a662
71 changed files with 497 additions and 374 deletions

View File

@@ -60,7 +60,7 @@ generate-version-file: ## Generates the app version file
test: ## Run tests
flake8 .
isort --check-only ./app ./tests
source $(HOME)/.nvm/nvm.sh && npm test
source /usr/local/share/nvm/nvm.sh && npm test
py.test -n auto --maxfail=10 tests/
.PHONY: fix-imports