feat: add pytest in dev

This commit is contained in:
tao.chen
2026-08-12 12:21:48 +08:00
parent e23df83e0d
commit a378ea5352
5 changed files with 123 additions and 0 deletions
+5
View File
@@ -26,3 +26,8 @@ packages = ["src/common"]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true
[dependency-groups]
dev = [
"pytest>=9.1.1",
]