mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
9 lines
136 B
INI
9 lines
136 B
INI
[pytest]
|
|
|
|
testpaths = ./test
|
|
python_files = test*.py
|
|
addopts =
|
|
--tb=native
|
|
--mypy-ini-file=./test-data/plugins.ini
|
|
-s
|
|
-v |