mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-26 13:51:35 +08:00
8 lines
141 B
INI
8 lines
141 B
INI
[pytest]
|
|
|
|
testpaths = ./test
|
|
python_files = test*.py
|
|
addopts =
|
|
--tb=native
|
|
--ignore=./external
|
|
--mypy-ini-file=./test/plugins.ini |