From 8fcb6d38c46b1664df103c5caa6516f383442d7a Mon Sep 17 00:00:00 2001 From: Mateusz Lewandowski Date: Fri, 21 Aug 2026 11:02:42 +0200 Subject: [PATCH] build(testql): add packages/ to pytest pythonpath --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2ededbc..20a9f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,6 +100,7 @@ model = "openrouter/qwen/qwen3-coder-next" [tool.pytest.ini_options] addopts = "--cov=testql --cov-report=term-missing --cov-report=json" +pythonpath = ["packages"] # Core suite + extracted plugin packages — bare `pytest` runs everything. # Core tests skip plugin-dependent cases when a plugin is not installed. testpaths = [