perf: 优化 MySQL 查询并接入 pytest

This commit is contained in:
yml2213
2026-08-30 18:26:54 +08:00
parent 1413b4f030
commit 9497e1ace6
10 changed files with 178 additions and 24 deletions
+8
View File
@@ -34,3 +34,11 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["core", "utils", "web"]
[tool.pytest.ini_options]
testpaths = ["tests"]
[dependency-groups]
dev = [
"pytest>=9.1.1",
]