Fix API compatibility and add user/role/permission and asset import/export
This commit is contained in:
12
backend_new/tests/__init__.py
Normal file
12
backend_new/tests/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
资产管理系统的测试套件
|
||||
|
||||
测试覆盖:
|
||||
- 后端单元测试 (pytest)
|
||||
- 前端单元测试 (Vitest)
|
||||
- E2E测试 (Playwright)
|
||||
- 接口测试
|
||||
- 性能测试
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
Reference in New Issue
Block a user