cookiecutter-django/pytest.ini

5 lines
146 B
INI
Raw Normal View History

[pytest]
2020-03-03 20:46:35 +00:00
addopts = -v --tb=short
2015-04-20 12:19:12 +00:00
python_paths = .
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*