Python Testing

Adds or updates pytest coverage for a Python change by first discovering the repository's existing test layout and conventions, matching them rather than imposing a new structure, deciding whether the change requires a test at all, and running the suite in a bounded verify loop. Use when a Python change adds behavior, fixes a bug, changes a public interface, or touches security-relevant logic, and when deciding where a new test belongs in an unfamiliar repository.

konstruktoid 964d1f9 7.2 KB Updated

File contents

konstruktoid/agent-instructions-skills/tree/main/skills/python/python-testing commit 964d1f9922

Frequently asked questions

npx skillmds@latest add konstruktoid/python-testing