feat: add tests

This commit is contained in:
2025-08-04 08:43:42 +02:00
parent a0608e27aa
commit 4cc38b4899
13 changed files with 1447 additions and 3 deletions

View File

@@ -18,4 +18,8 @@ build-backend = "hatchling.build"
packages = ["."]
[tool.uv]
dev-dependencies = []
dev-dependencies = [
"pytest>=7.4.0",
"pytest-flask>=1.2.0",
"pytest-cov>=4.1.0",
]