aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-14 23:11:24 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-14 23:11:24 -0700
commit3346a8d61c40e3f18b26c13df9dfafc2a0ad8e80 (patch)
tree0047296f1933b86fb5e8c82ffeafdbee140a81ae /Makefile
parentc4852afdec87712e09b9cdba5b5db7e1ad1a0701 (diff)
downloadfatcat-scholar-3346a8d61c40e3f18b26c13df9dfafc2a0ad8e80.tar.gz
fatcat-scholar-3346a8d61c40e3f18b26c13df9dfafc2a0ad8e80.zip
working pytest settings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5e93d9..08fd07d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ help: ## Print info about all commands
.PHONY: test
test: ## Run all tests and lints
pipenv run pytest
- pipenv run mypy *.py chocula/*.py chocula/*/*.py --ignore-missing-imports
+ pipenv run mypy fatcat_scholar/*.py tests/ --ignore-missing-imports
.PHONY: dev
dev: ## Run web service locally, with reloading