From 426a8970a66f78ab7940dd039b8ba2f4fa800976 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 23 Dec 2019 07:54:21 +0100 Subject: [PATCH] Monkeytype integration --- Makefile | 3 ++- setup.cfg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 = .