Files
django-stubs/pytest.ini
2018-12-01 16:26:53 +03:00

9 lines
136 B
INI

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