feat(shop-role): 实现店铺角色继承功能和权限检查优化
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 6m39s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 6m39s
- 新增店铺角色管理 API 和数据模型 - 实现角色继承和权限检查逻辑 - 添加流程测试框架和集成测试 - 更新权限服务和账号管理逻辑 - 添加数据库迁移脚本 - 归档 OpenSpec 变更文档 Ultraworked with Sisyphus
This commit is contained in:
22
flow_tests/requirements.txt
Normal file
22
flow_tests/requirements.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# 流程测试依赖
|
||||
|
||||
# 测试框架
|
||||
pytest>=7.4.0
|
||||
pytest-html>=4.1.0 # HTML 报告
|
||||
pytest-ordering>=0.6 # 测试排序
|
||||
|
||||
# HTTP 客户端
|
||||
requests>=2.31.0
|
||||
urllib3>=2.0.0
|
||||
|
||||
# 数据库
|
||||
psycopg2-binary>=2.9.9 # PostgreSQL
|
||||
redis>=5.0.0 # Redis
|
||||
|
||||
# 配置管理
|
||||
pyyaml>=6.0.1
|
||||
|
||||
# 工具
|
||||
python-dotenv>=1.0.0 # 环境变量
|
||||
tabulate>=0.9.0 # 表格输出
|
||||
colorama>=0.4.6 # 彩色输出
|
||||
Reference in New Issue
Block a user