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

7 lines
183 B
INI
Raw Normal View History

2016-02-24 20:22:22 +00:00
[pytest]
addopts = --ds=config.settings.test --reuse-db
python_files = tests.py test_*.py
{%- if cookiecutter.frontend_pipeline == 'Gulp' %}
norecursedirs = node_modules
2018-03-09 10:06:45 +00:00
{%- endif %}