mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
8 lines
276 B
INI
8 lines
276 B
INI
[pytest]
|
|
addopts = -x --tb=short
|
|
python_paths = .
|
|
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*
|
|
markers =
|
|
flake8: Run flake8 on all possible template combinations
|
|
black: Run black on all possible template combinations
|