mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 04:04:26 +08:00
10 lines
209 B
INI
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
|