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