shell/TEST.md

14 lines
441 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.

# 测试报告 (shell)
## 测试场景覆盖
- 颜色常量命名与样式渲染测试
- 命令行超时管理
- 环境变量注入
- 实时流式回调 (OnStdout)
- 标准错误流捕获
- 管道命令执行 (Pipeline)
- 完整命令字符串支持(包含 '|' 与 '&&' 逻辑)
- '&&' 短路逻辑验证(失败中断)
## Benchmark 结果
- 目前暂未添加复杂基准测试Shell 模块执行受限于 OS 系统调用开销。