From f3fa78484826ac04136de63289b76c88dd7df5a7 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:13:11 +0100 Subject: [PATCH] Define src path for pytest --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d52721f..a2cd284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,11 @@ dependencies = [ "pydal>=20230521.1" ] +[tool.pytest.ini_options] +pythonpath = [ + "src" +] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"