forked from 00dani/lemoncurry
Fix the tests by ensuring lemoncurry.settings.test is always loaded regardless of the environment
This commit is contained in:
parent
dc7442cfb6
commit
6efcc450a3
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
[pytest]
|
[pytest]
|
||||||
DJANGO_SETTINGS_MODULE = lemoncurry.settings.test
|
addopts = --ds=lemoncurry.settings.test
|
||||||
python_files = tests/*.py
|
python_files = tests/*.py
|
||||||
|
|
Loading…
Reference in a new issue