Files
django-stubs/pytest.ini
2019-07-24 13:38:49 +03:00

8 lines
134 B
INI

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