Files
django-stubs/pytest.ini
sterliakov 32e13c37a6 Fix manager types scope (#991)
* Fix manager types scope

* Restore incremental mode and mention in developer docs

* Separate dev mypy config and regular one

* Document config files usage
2022-06-14 20:30:13 +03:00

12 lines
229 B
INI

[pytest]
testpaths =
./tests
./django_stubs_ext/tests
addopts =
--tb=native
-s
-v
--cache-clear
--mypy-ini-file=./mypy.ini.dev
--mypy-extension-hook=scripts.tests_extension_hook.django_plugin_hook