Files
XingHuo/docs/memory/tests/_TEMPLATE.md
T

35 lines
505 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 测试日志模板
复制为 `YYYYMMDD-短任务名.md` 后填写。
```markdown
# 测试日志:<任务名>
- 日期:
- 关联 TODO:
- 风险等级:LOW / MEDIUM / HIGH
## 改了什么
- 文件:
- 行为变化:
## 已执行
| 类型 | 命令或步骤 | 结果 |
| --- | --- | --- |
| 手工 / 单测 / 集成 | | PASS / FAIL / 未执行 |
## 未执行
- 项:
- 原因:
## 结论
- 需求是否覆盖:
- 旧功能是否破坏:
- 剩余风险:
- 建议人工再验:
```