fix(regulatory): 缺失问题标题显示章节序号

This commit is contained in:
2026-06-07 11:12:19 +08:00
parent 462d3ec5f5
commit f46d9c5be6
4 changed files with 21 additions and 5 deletions

View File

@@ -22,4 +22,5 @@ def test_structure_check_reports_missing_attachment4_outline_heading():
missing = next(finding for finding in findings if finding.rule_code == "attachment4_4_clinical_evaluation")
assert missing.category == "structure"
assert missing.title == "申报资料目录缺少4临床评价资料章节"
assert missing.evidence["expected_title"] == "临床评价资料"