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
2
First Seen
Mar 31, 2026
pytest-patterns — agentient/vibekit