From 43625c95d9f630887b1f8487029b046e9a215f25 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 15 Jun 2019 19:42:06 +0100 Subject: [PATCH] Enable verbose mode --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 89aeb302c..4b4ef0357 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -x --tb=short +addopts = -x --tb=short -v python_paths = . norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/* markers =