Files
django-stubs/pytest.ini
2018-12-03 01:57:46 +03:00

10 lines
156 B
INI

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