diff --git a/docs/test-plan-e2e-v27.md b/docs/test-plan-e2e-v27.md index 6e6110d..14e50e6 100644 --- a/docs/test-plan-e2e-v27.md +++ b/docs/test-plan-e2e-v27.md @@ -366,11 +366,10 @@ tests/ │ ├── test_router.py # Router 确定性路由 │ ├── test_counter.py # Counter 并发控制 │ ├── test_broadcast_claim.py # BroadcastRound 逻辑 + bug fix 回归 -│ ├── test_mail_validation.py # 邮件 A1-A10 校验(后并入 test_api_mail) │ ├── test_dispatcher.py # Dispatcher 调度逻辑 │ ├── test_review.py # Review + Rebuttal 逻辑 │ ├── test_inbox.py # Inbox JSONL 解析 -│ ├── test_models.py # 数据模型 +│ ├── test_models.py # 数据模型(实际逻辑在 test_blackboard.py TestSchema + TestTaskCRUD) │ ├── test_experience.py # 经验蒸馏 │ ├── test_bootstrap.py # Bootstrap 上下文 │ ├── test_health.py # 健康检查