pytest add

This commit is contained in:
John Lancaster
2026-06-20 19:44:02 -05:00
parent 406fd63a07
commit 0b2d45d419
2 changed files with 145 additions and 0 deletions
+5
View File
@@ -26,3 +26,8 @@ dev = [
"pre-commit>=4.6.0",
"ruff>=0.15.18",
]
test = [
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.1.0",
]