mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
11 lines
156 B
INI
11 lines
156 B
INI
[pytest]
|
|
|
|
testpaths = ./test
|
|
python_files = test*.py
|
|
addopts =
|
|
--tb=native
|
|
-v
|
|
-s
|
|
--ignore=./external
|
|
--mypy-ini-file=./test/plugins.ini
|