mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
aafa66bf7c
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
4 lines
129 B
INI
4 lines
129 B
INI
[pytest]
|
|
addopts = -v --tb=short
|
|
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*
|