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

7 lines
169 B
INI
Raw Normal View History

2016-02-24 23:22:22 +03:00
[pytest]
addopts = --ds=config.settings.test
python_files = tests.py test_*.py
2018-03-09 13:06:45 +03:00
{%- if cookiecutter.js_task_runner != 'None' %}
norecursedirs = node_modules
2018-03-09 13:06:45 +03:00
{%- endif %}