mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
9 lines
137 B
INI
9 lines
137 B
INI
[pytest]
|
|
|
|
testpaths = ./test-data
|
|
addopts =
|
|
--tb=native
|
|
--mypy-ini-file=./test-data/plugins.ini
|
|
--mypy-no-cache
|
|
-s
|
|
-v |