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