cookiecutter-django/{{cookiecutter.project_slug}}/pytest.ini

7 lines
183 B
INI

[pytest]
addopts = --ds=config.settings.test --reuse-db
python_files = tests.py test_*.py
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
norecursedirs = node_modules
{%- endif %}