Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
test
backend_autotest
Merge requests
!596
Merged
Created
Mar 24, 2026
by
xu zy
@xuzhenyang
Maintainer
Options
refactor(crm): 提取流程ID获取方法并优化测试代码结构
Overview
0
Commits
2
Changes
6
将重复的流程ID获取逻辑提取为getflowIdResp方法
在test_contract.py中使用新方法替换原有流程ID获取代码
在test_contract_discard.py中添加flowId参数传递
在test_crmReceivables.py中添加flowId参数传递
在test_examine.py中添加flowId参数传递
移除未使用的assertCorrcetRespJson空方法