Files
django-stubs/pytest.ini
2019-07-24 13:39:24 +03:00

10 lines
209 B
INI

[pytest]
testpaths = ./test-data
addopts =
--tb=native
-s
-v
--cache-clear
--mypy-ini-file=./test-data/plugins.ini
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook