Monkeytype integration

This commit is contained in:
Martin Mahner 2019-12-23 07:54:21 +01:00
parent c8c769c89d
commit 426a8970a6
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,8 @@ endef
.PHONY: test .PHONY: test
test: ## Run Django tests 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 .PHONY: code-cleanup
code-cleanup: ## Black and isort the Python codebase code-cleanup: ## Black and isort the Python codebase

View file

@ -60,6 +60,7 @@ dev =
sphinx-rtd-theme sphinx-rtd-theme
sphinx_press_theme sphinx_press_theme
sphinxcontrib-httpdomain sphinxcontrib-httpdomain
monkeytype
[options.packages.find] [options.packages.find]
where = . where = .