diff --git a/pytest.ini b/pytest.ini index 0df535e..a4f0168 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -DJANGO_SETTINGS_MODULE = lemoncurry.settings.test +addopts = --ds=lemoncurry.settings.test python_files = tests/*.py