diff --git a/pyproject.toml b/pyproject.toml index 4faf3d9..49898a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,3 +15,8 @@ pytest = "^8.1.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pytest.ini_options] +pythonpath = [ + "." +]