Skip to content

Commit babce2e

Browse files
committed
Fix
1 parent 2cda24d commit babce2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ make run
274274
make build
275275

276276
# テスト実行(テスト用DBのセットアップも自動実行されます)
277+
# tparse を使用してテスト結果を整形表示します(失敗テストの強調、パッケージサマリーテーブル)
277278
make test
278279

279280
# 特定のパッケージのテストを実行(1Password CLI経由で環境変数を自動設定)
@@ -283,6 +284,7 @@ make test-pkg PKG=internal/handler/password_reset
283284
make test-run PKG=internal/handler/password_reset RUN=TestCreate_TurnstileVerification
284285

285286
# 詳細ログ付きで全テストを実行(デバッグ用)
287+
# tparse -all オプションで合格テストも含めて表示します
286288
make test-verbose
287289

288290
# テスト用DBのセットアップのみ実行

0 commit comments

Comments
 (0)