test-triage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTest Triage
测试故障分诊
Workflow
工作流程
- Run the requested test command (or if none is provided).
metta pytest --changed - Read failure output and identify the first actionable frame.
- Inspect relevant code paths and determine root cause.
- Implement the smallest sensible fix; avoid unrelated refactors.
- Re-run the same target only if requested and report results.
- 运行指定的测试命令(若未提供则执行)。
metta pytest --changed - 读取失败输出并定位第一个可处理的栈帧。
- 检查相关代码路径并确定根本原因。
- 实施最合理的最小化修复;避免进行无关的重构。
- 仅在被要求时重新运行同一测试目标并报告结果。