·testify-tdd

このスキルは、stretchr/testify を使用して Go テストを作成するとき、TDD ワークフローを実装するとき、モックを作成するとき、またはテスト スイートを整理するときに使用します。アサート パターンと要求パターン、インターフェイス モック、テーブル駆動テスト、レッド、グリーン、リファクタリング サイクルについて説明します。

17インストール·0トレンド·@linehaul-ai

インストール

$npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill testify-tdd

testify-tdd のインストール方法

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

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

ソース: linehaul-ai/linehaulai-claude-marketplace。

Comprehensive guide for writing Go tests using stretchr/testify and following Test-Driven Development methodology.

| testify/assert | Assertions that continue on failure | Multiple independent checks in one test | | testify/require | Assertions that halt on failure | Prerequisites that must pass to continue | | testify/mock | Interface mocking | Isolating dependencies in unit tests | | testify/suite | Test organization | Related tests sharing setup/teardown |

Critical distinction: Choose based on whether the test should continue after failure.

このスキルは、stretchr/testify を使用して Go テストを作成するとき、TDD ワークフローを実装するとき、モックを作成するとき、またはテスト スイートを整理するときに使用します。アサート パターンと要求パターン、インターフェイス モック、テーブル駆動テスト、レッド、グリーン、リファクタリング サイクルについて説明します。 ソース: linehaul-ai/linehaulai-claude-marketplace。

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill testify-tdd
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-27
更新日
2026-03-10

Browse more skills from linehaul-ai/linehaulai-claude-marketplace

クイックアンサー

testify-tdd とは?

このスキルは、stretchr/testify を使用して Go テストを作成するとき、TDD ワークフローを実装するとき、モックを作成するとき、またはテスト スイートを整理するときに使用します。アサート パターンと要求パターン、インターフェイス モック、テーブル駆動テスト、レッド、グリーン、リファクタリング サイクルについて説明します。 ソース: linehaul-ai/linehaulai-claude-marketplace。

testify-tdd のインストール方法は?

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

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

https://github.com/linehaul-ai/linehaulai-claude-marketplace