summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-07 15:44:46 +0200
committerYuval Adam <_@yuv.al>2024-05-07 15:44:46 +0200
commitc0056b2d9f5175d06b39834b013d16fa5d63a485 (patch)
tree6391068bf0738b8e988db8d8e2ebe2c1ccda5396 /pyproject.toml
parent7bb5dc320e12ecdbb6cf514b11306df130e8a24c (diff)
Setup pytest and assert stash path
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
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"]