Enable verbose mode

This commit is contained in:
Bruno Alla 2019-06-15 19:42:06 +01:00 committed by GitHub
parent 08b6bf0ade
commit 43625c95d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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