Python Testing

Write and run Python tests with pytest. Use when adding unit tests, debugging failing tests, designing fixtures, or verifying Python behavior in a repository.

gkrtjd99 Updated

File contents

Python Testing

Use focused pytest tests around the changed behavior. Prefer small fixtures and clear assertions over broad integration coverage unless the risk requires it.

gkrtjd99/skills_rag_mcp/tree/main/eval/fixtures/skills/python-testing commit 749228b7a0

Frequently asked questions

npx skillmds@latest add gkrtjd99/python-testing