diff --git a/pyproject.toml b/pyproject.toml index b35216e..12cda17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,11 @@ test = [ "pytest-flake8" ] +[tool.pytest.ini_options] +pythonpath = [ + "." +] + [project.urls] documentation = "https://imtek-simulation.github.io/python-skeleton/" repository = "https://github.com/imtek-simulation/python-skeleton"