From 0586e092fc80b4d8338d54a8b9e83785d346930f Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Thu, 27 Jun 2024 11:26:20 +0000 Subject: [PATCH] Add pythonpath for testing --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 749a2c864..5d829ae14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,3 +4,8 @@ requires = [ "wheel" ] build-backend = "setuptools.build_meta" + +[tool.pytest.ini_options] +pythonpath = [ + ".", "src", +] \ No newline at end of file -- GitLab