Files
django-stubs/pytest.ini
2018-11-29 15:26:53 +03:00

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