python-pytest-patterns
✓pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises.
Installation
SKILL.md
| pytest | Run all tests | | pytest -v | Verbose output | | pytest -x | Stop on first failure | | pytest -k "testname" | Run matching tests | | pytest -m slow | Run marked tests | | pytest --lf | Rerun last failed | | pytest --cov=src | Coverage report | | pytest -n auto | Parallel (pytest-xdist) |
pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises. Source: 0xdarkmatter/claude-mods.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill python-pytest-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/0xdarkmatter/claude-mods --skill python-pytest-patterns- Source
- 0xdarkmatter/claude-mods
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is python-pytest-patterns?
pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises. Source: 0xdarkmatter/claude-mods.
How do I install python-pytest-patterns?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill python-pytest-patterns 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/0xdarkmatter/claude-mods
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01