tools: add pytest for more versatility

This commit is contained in:
2026-04-30 22:01:48 +02:00
parent 9ce68c320d
commit a02a1ad53b
3 changed files with 84 additions and 19 deletions
+1
View File
@@ -21,6 +21,7 @@ module-name = "stapler"
[dependency-groups]
dev = [
"coverage>=7.13.5",
"pytest>=9.0.3",
"ruff>=0.15.10",
"ty>=0.0.29",
]