python-testing-standards

Installation
SKILL.md

Python Testing Standards

Purpose

This skill provides comprehensive testing standards and best practices for Python projects using pytest. It serves as a reference guide during code reviews to ensure test quality, maintainability, and adherence to Python testing conventions.

When to use this skill:

  • Conducting code reviews of Python test files
  • Writing new test suites
  • Refactoring existing tests
  • Evaluating test coverage and quality
  • Teaching testing best practices to team members

Context

High-quality tests are essential for maintaining reliable Python applications. This skill documents industry-standard testing practices using pytest, the de facto testing framework for modern Python development. These standards emphasize:

  • Clarity: Tests should be easy to read and understand
  • Maintainability: Tests should be easy to update as code evolves
Related skills

More from clostaunau/holiday-card

Installs
21
GitHub Stars
1
First Seen
Jan 24, 2026