This commit is contained in:
2026-09-09 15:07:58 +08:00
parent d656c05b3d
commit 71a0f6e404
31 changed files with 3657 additions and 9 deletions

1
backend/conftest.py Normal file
View File

@@ -0,0 +1 @@
"""pytest 根 conftest其存在让 pytest 把 backend/ 加入 sys.pathtests 可直接 import app.*。"""