·test-runner
</>

test-runner

単体テスト、統合テスト、ドキュメントテストなどのRustテストを実行および管理します。テストを実行するときに使用して、コードの品質と正確性を確認します。

17インストール·2トレンド·@d-o-hub

インストール

$npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner

test-runner のインストール方法

コマンドラインで test-runner AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill test-runner
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-23
更新日
2026-03-11

Browse more skills from d-o-hub/rust-self-learning-memory

クイックアンサー

test-runner とは?

単体テスト、統合テスト、ドキュメントテストなどのRustテストを実行および管理します。テストを実行するときに使用して、コードの品質と正確性を確認します。 ソース: d-o-hub/rust-self-learning-memory。

test-runner のインストール方法は?

ターミナルまたはコマンドラインツール(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