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 =