What is test-runner?
Execute and manage Rust tests including unit tests, integration tests, and doc tests. Use when running tests to ensure code quality and correctness. Source: d-o-hub/rust-self-learning-memory.
Execute and manage Rust tests including unit tests, integration tests, and doc tests. Use when running tests to ensure code quality and correctness.
Quickly install test-runner AI skill to your development environment via command line
Source: 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 |
Execute and manage Rust tests including unit tests, integration tests, and doc tests. Use when running tests to ensure code quality and correctness. Source: d-o-hub/rust-self-learning-memory.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runnerExecute and manage Rust tests including unit tests, integration tests, and doc tests. Use when running tests to ensure code quality and correctness. Source: d-o-hub/rust-self-learning-memory.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/d-o-hub/rust-self-learning-memory