From 2e995ee758a48613e6a63969851730356a245c31 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Jul 2026 10:18:52 +0000 Subject: [PATCH] no-mistakes(review): Add pytest pythonpath config so tests resolve app imports --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cde4268..c188f3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ include = ["app*"] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] +pythonpath = ["."] [project.optional-dependencies] dev = [