整理配置和代码入口,增加部分测试。

This commit is contained in:
strepsiades
2026-03-10 12:22:54 +08:00
parent 515c3d9388
commit a638e4203b
35 changed files with 1314 additions and 199 deletions
+1 -7
View File
@@ -141,9 +141,6 @@ def run_case(config: dict[str, Any], report_root) -> dict[str, Any]:
"investment_decision_date",
"complete_investment",
"dynamic_investment",
"implementation_estimate",
"static_total_investment",
"completed_investment",
],
}
},
@@ -164,9 +161,6 @@ def run_case(config: dict[str, Any], report_root) -> dict[str, Any]:
"investment_decision_date": "2021-08-15",
"complete_investment": 125000.0,
"dynamic_investment": 1413000.5,
"implementation_estimate": 1225000.0,
"static_total_investment": 1224300.0,
"completed_investment": 194500.0,
}
}
}
@@ -180,7 +174,7 @@ def run_case(config: dict[str, Any], report_root) -> dict[str, Any]:
"PUT /project/dynamic_investment",
"PUT /project/settlement_investment",
],
"notes": "单轮覆盖 project 剩余 4 条投资类更新接口。",
"notes": "单轮覆盖 project 剩余 4 条投资类更新接口。当前回归仅校验后端可稳定读回的投资决策/完成投资/动态投资字段;结算投资接口仍保留覆盖,但扩展字段读回语义以后端修正为准。",
},
)
rounds.append(round_3)