pytest-patterns
Installation
SKILL.md
Pytest Modern Test Structure
Core Principles
All Python code in Vibekit MUST achieve 80%+ test coverage. This skill provides authoritative patterns for writing clean, maintainable, and effective tests using pytest.
The AAA Pattern (Arrange-Act-Assert)
Every test should follow the AAA structure:
import pytest