Fix API compatibility and add user/role/permission and asset import/export

This commit is contained in:
2026-01-25 23:36:23 +08:00
commit 501d11e14e
371 changed files with 68853 additions and 0 deletions

12
backend/tests/__init__.py Normal file
View File

@@ -0,0 +1,12 @@
"""
资产管理系统的测试套件
测试覆盖:
- 后端单元测试 (pytest)
- 前端单元测试 (Vitest)
- E2E测试 (Playwright)
- 接口测试
- 性能测试
"""
__version__ = "1.0.0"