diff --git a/Makefile b/Makefile index 5b8a342..f43ada4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ endef .PHONY: test test: ## Run Django tests - docker-compose run --rm app pytest dpaste/ + rm -f .coverage + docker-compose run --rm app monkeytype run /usr/local/bin/pytest dpaste/ .PHONY: code-cleanup code-cleanup: ## Black and isort the Python codebase diff --git a/setup.cfg b/setup.cfg index cf3db61..3fdec3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,6 +60,7 @@ dev = sphinx-rtd-theme sphinx_press_theme sphinxcontrib-httpdomain + monkeytype [options.packages.find] where = .