diff --git a/pyproject.toml b/pyproject.toml index e4d1eab3d..44d4b7692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,8 @@ target-version = ['py38', 'py39'] include = '\.pyi?$' [tool.pytest.ini_options] -DJANGO_SETTINGS_MODULE = "lemarche.settings.test" +DJANGO_SETTINGS_MODULE = "config.settings.test" +python_files = "tests*.py" [tool.poe.tasks] export = { shell = "poetry export --without-hashes --output requirements/staging.txt" }