mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-20 06:30:23 +00:00
3 lines
129 B
INI
3 lines
129 B
INI
[pytest]
|
|
addopts = -v --tb=short
|
|
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*
|