Bump pytest verbosity

This commit is contained in:
Bruno Alla 2020-03-03 20:46:35 +00:00
parent c8fc7cf119
commit 7f957564a1

View File

@ -1,4 +1,4 @@
[pytest]
addopts = --tb=short
addopts = -v --tb=short
python_paths = .
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*