diff --git a/pyproject.toml b/pyproject.toml index 377ddc4..69b3c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,3 +67,6 @@ lint.select = [ django_find_project = false pythonpath = "." DJANGO_SETTINGS_MODULE = "tests.settings" +testpaths = [ + "tests", +]