mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 15:57:08 +08:00
* Fix manager types scope * Restore incremental mode and mention in developer docs * Separate dev mypy config and regular one * Document config files usage
12 lines
229 B
INI
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
|