From c0056b2d9f5175d06b39834b013d16fa5d63a485 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 7 May 2024 15:44:46 +0200 Subject: Setup pytest and assert stash path --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 39965ac..ed4e580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,12 @@ license = "MIT" python = "^3.8" pyyaml = "^6.0.1" +[tool.poetry.group.dev.dependencies] +pytest = "^8.2.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pytest.ini_options] +testpaths = ["tests"] -- cgit v1.3.1