python-testing-patterns
Comprehensive guide to Python testing patterns using pytest, covering unit, integration, and performance testing.
Install
npx skills add https://github.com/wshobson/agents --skill python-testing-patternsStats
| Total installs | 10,474 |
| Weekly installs | 10.4K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers unit, integration, functional, and performance testing with the AAA pattern (Arrange, Act, Assert) for test structure
- Includes 10 fundamental and advanced patterns: basic tests, fixtures with setup/teardown, parameterization, mocking, exception handling, async testing, monkeypatching, temporary files, custom fixtures, and property-based testing
- Provides test design principles, naming conventions, database testing, retry logic, time control with freezegun, markers, and coverage reporting
- Includes CI/CD integration examples and configuration files (pytest.ini, pyproject.toml) for standardized test execution
Tags
Related skills
| Skill | Installs | vs python-testing-patterns |
|---|---|---|
| tdd | 8,723 | -1,751 |
| ohmg | 10,391 | -83 |
| playwright-best-practices | 16,854 | +6,380 |
| javascript-typescript-jest | 8,290 | -2,184 |
| oh-my-codex | 9,994 | -480 |
FAQ
- How many installs does python-testing-patterns have?
- python-testing-patterns has 10,474 total installs and 10.4K installs this week.
- Where is python-testing-patterns hosted?
- python-testing-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does python-testing-patterns have?
- python-testing-patterns has 32.4K GitHub stars.
- When was python-testing-patterns first indexed?
- OrangeBot.AI first indexed python-testing-patterns on Jan 20, 2026.
- How do I install python-testing-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill python-testing-patterns