·python-testing
</>

python-testing

affaan-m/everything-claude-code

pytest を使用した Python テスト戦略、TDD 方法論、フィクスチャ、モック、パラメータ化、およびカバレッジ要件。

385インストール·29トレンド·@affaan-m

インストール

$npx skills add https://github.com/affaan-m/everything-claude-code --skill python-testing

SKILL.md

Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices.

| pytest.raises() | Test expected exceptions | | @pytest.fixture() | Create reusable test fixtures | | @pytest.mark.parametrize() | Run tests with multiple inputs | | @pytest.mark.slow | Mark slow tests | | pytest -m "not slow" | Skip slow tests | | @patch() | Mock functions and classes | | tmppath fixture | Automatic temp directory |

| pytest --cov | Generate coverage report | | assert | Simple and readable assertions |

pytest を使用した Python テスト戦略、TDD 方法論、フィクスチャ、モック、パラメータ化、およびカバレッジ要件。 ソース: affaan-m/everything-claude-code。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/affaan-m/everything-claude-code --skill python-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-02
更新日
2026-02-18

クイックアンサー

python-testing とは?

pytest を使用した Python テスト戦略、TDD 方法論、フィクスチャ、モック、パラメータ化、およびカバレッジ要件。 ソース: affaan-m/everything-claude-code。

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

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

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

https://github.com/affaan-m/everything-claude-code