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

这个提交包含在:
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