什么是 test-runner?
执行和管理 Rust 测试,包括单元测试、集成测试和文档测试。运行测试时使用以确保代码质量和正确性。 来源:d-o-hub/rust-self-learning-memory。
执行和管理 Rust 测试,包括单元测试、集成测试和文档测试。运行测试时使用以确保代码质量和正确性。
通过命令行快速安装 test-runner AI 技能到你的开发环境
来源:d-o-hub/rust-self-learning-memory。
Execute and manage Rust tests for the self-learning memory project.
| Category | Command (preferred) | Fallback | Scope |
| Unit | cargo nextest run --lib | cargo test --lib | Individual functions | | Integration | cargo nextest run --test '' | cargo test --test '' | End-to-end workflows | | Doc | cargo test --doc | (nextest unsupported) | Documentation examples | | All | cargo nextest run --all | cargo test --all | Complete validation |
执行和管理 Rust 测试,包括单元测试、集成测试和文档测试。运行测试时使用以确保代码质量和正确性。 来源:d-o-hub/rust-self-learning-memory。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner执行和管理 Rust 测试,包括单元测试、集成测试和文档测试。运行测试时使用以确保代码质量和正确性。 来源:d-o-hub/rust-self-learning-memory。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/d-o-hub/rust-self-learning-memory