python-testing
✓Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
Installation
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 |
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Source: affaan-m/everything-claude-code.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill python-testing- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is python-testing?
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Source: affaan-m/everything-claude-code.
How do I install python-testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/affaan-m/everything-claude-code --skill python-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/affaan-m/everything-claude-code
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-02