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

This commit is contained in:
Danielle McLean 2018-07-11 13:06:40 +10:00
父節點 dc7442cfb6
當前提交 6efcc450a3
簽署人: 00dani
GPG 金鑰 ID: 8EB789DDF3ABD240
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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