# test-all > 全テストを実行して結果を報告する - Author: ikmx - Repository: yuzuponikemi/ccpg - Version: 20260208145404 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/yuzuponikemi/ccpg - Web: https://mule.run/skillshub/@@yuzuponikemi/ccpg~test-all:20260208145404 --- --- description: 全テストを実行して結果を報告する user-invocable: true --- # 全テスト実行スキル プロジェクトの全テストを実行し、結果をサマリー付きで報告します。 ## 手順 1. `python3 -m pytest tests/ -v` を実行する 2. テスト結果を分析する 3. 失敗したテストがあれば原因を調査する ## 出力フォーマット ``` ## テスト結果 - 合計: X 件 - 成功: X 件 - 失敗: X 件 ### 失敗したテスト(ある場合) - test_xxx: 原因の説明 ### カバレッジ不足の領域(任意) - ... ```