Always use test settings in pytest (#2147)

Always use test settings in pytest
This commit is contained in:
Bruno Alla 2019-07-09 08:19:53 +01:00 committed by GitHub
commit 4e45937900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
[pytest]
DJANGO_SETTINGS_MODULE=config.settings.test
addopts = --ds=config.settings.test
{%- if cookiecutter.js_task_runner != 'None' %}
norecursedirs = node_modules
{%- endif %}