Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 631 Bytes

File metadata and controls

12 lines (8 loc) · 631 Bytes

A Claude/Codex skill for writing and maintaining pytest tests

This skill provides focused guidance, code recipes, and a project initializer for pytest. It helps you:

  • Add or refactor tests with clear structure and naming
  • Use fixtures, parametrization, and marks effectively
  • Mock dependencies (monkeypatch, pytest-mock) and isolate IO with tmp_path
  • Test async code, CLIs, web apps (FastAPI, Flask, Django), and pandas/SQLAlchemy logic
  • Configure coverage, flaky tests, xfail/skip, and CI integration

See SKILL.md for the skill definition, guides.md for quick how-tos, and recipes.md for copy‑paste patterns.