·gpui-testing
</>

gpui-testing

GPUI アプリケーションとコンポーネントのテスト。テストの作成、非同期操作のテスト、ユーザー入力のシミュレーション、またはテストの失敗のデバッグ時に使用します。

4インストール·0トレンド·@cnwzhu

インストール

$npx skills add https://github.com/cnwzhu/gpui-skills --skill gpui-testing

gpui-testing のインストール方法

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

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

ソース: cnwzhu/gpui-skills。

Why: GPUI's scheduler tracks GPUI timers but not smol::Timer, which can cause "nothing left to run" errors in rununtilparked().

| Using smol::Timer | "Nothing left to run" | Use cx.backgroundexecutor.timer() | | Not calling rununtilparked() | Async work doesn't complete | Call before assertions | | Forgetting #[gpui::test] | Test doesn't run properly | Use #[gpui::test] attribute | Not handling errors in async | Test failures unclear | Propagate errors with ? |

| Testing too much at once | Hard to debug failures | Split into smaller tests |

GPUI アプリケーションとコンポーネントのテスト。テストの作成、非同期操作のテスト、ユーザー入力のシミュレーション、またはテストの失敗のデバッグ時に使用します。 ソース: cnwzhu/gpui-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/cnwzhu/gpui-skills --skill gpui-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-11

Browse more skills from cnwzhu/gpui-skills

クイックアンサー

gpui-testing とは?

GPUI アプリケーションとコンポーネントのテスト。テストの作成、非同期操作のテスト、ユーザー入力のシミュレーション、またはテストの失敗のデバッグ時に使用します。 ソース: cnwzhu/gpui-skills。

gpui-testing のインストール方法は?

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

ソースリポジトリはどこですか?

https://github.com/cnwzhu/gpui-skills

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-25

関連 Skills

なし