Files
django-stubs/pytest.ini
Maxim Kurnikov ecb9d472e9 fix ci
2018-12-03 02:05:41 +03:00

9 lines
137 B
INI

[pytest]
testpaths = ./test-data
addopts =
--tb=native
--mypy-ini-file=./test-data/plugins.ini
--mypy-no-cache
-s
-v