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
コミット 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