rewrite pytest-mypy-plugin extension code to use new hook

This commit is contained in:
Maxim Kurnikov
2019-07-23 17:38:18 +03:00
parent df021f6baa
commit 6332620443
6 changed files with 32 additions and 73 deletions

View File

@@ -2,7 +2,8 @@
testpaths = ./test-data
addopts =
--tb=native
--mypy-ini-file=./test-data/plugins.ini
-s
-v
--cache-clear
--cache-clear
--mypy-ini-file=./test-data/plugins.ini
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook