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
Installs
1
GitHub Stars
472
First Seen
11 days ago
pytest-patterns — majiayu000/claude-skill-registry