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

7 lines
180 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
2018-03-09 10:06:45 +00:00
{%- if cookiecutter.js_task_runner != 'None' %}
norecursedirs = node_modules
2018-03-09 10:06:45 +00:00
{%- endif %}