From 7e7d98a2fcf54ade6d0bee18b0c7d22ce189313d Mon Sep 17 00:00:00 2001 From: Kasper Marinus Date: Wed, 22 Oct 2025 12:46:32 +0000 Subject: [PATCH] fix: set PYTHONPATH variable for pytest --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5bb5563..00652a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,6 @@ test = [ "pytest-cov>=7.0.0", "pytest-mock>=3.15.1", ] + +[tool.pytest.ini_options] +pythonpath = ["src"]