mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Monkeytype integration
This commit is contained in:
parent
c8c769c89d
commit
426a8970a6
2 changed files with 3 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||||
|
|
|
@ -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 = .
|
||||||
|
|
Loading…
Reference in a new issue