Fix the tests by ensuring lemoncurry.settings.test is always loaded regardless of the environment

Este commit está contenido en:
Danielle McLean 2018-07-11 13:06:40 +10:00
padre dc7442cfb6
commit 6efcc450a3
Firmado por: 00dani
ID de clave GPG: 8EB789DDF3ABD240
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -1,3 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE = lemoncurry.settings.test
addopts = --ds=lemoncurry.settings.test
python_files = tests/*.py