refactor(backend): 重命名后端项目为 gym-manage-api,修改包名为 cn.novalon.gym.manage
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
"""
|
||||
单元测试套件初始化文件
|
||||
|
||||
作者: 张翔
|
||||
日期: 2026-04-01
|
||||
"""
|
||||
|
||||
from .test_utils import TestDateHelper, TestStringHelper, TestValidator
|
||||
from .test_api_clients import TestBaseAPI, TestAuthAPI, TestUserAPI, TestRoleAPI
|
||||
|
||||
__all__ = [
|
||||
"TestDateHelper",
|
||||
"TestStringHelper",
|
||||
"TestValidator",
|
||||
"TestBaseAPI",
|
||||
"TestAuthAPI",
|
||||
"TestUserAPI",
|
||||
"TestRoleAPI",
|
||||
]
|
||||
Reference in New Issue
Block a user