mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
5 lines
146 B
INI
5 lines
146 B
INI
[pytest]
|
|
addopts = -v --tb=short
|
|
python_paths = .
|
|
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*
|