testing
Installation
SKILL.md
Testing
Start here for any testing task, then load the reference that matches what you're testing.
Routing: load the right reference
| If the task involves… | Read |
|---|---|
| FastAPI endpoints, API routes, the backend test suite | references/fastapi.md |
When the user says "FastAPI testing", read references/fastapi.md before
writing tests. It has the fixtures, file layout, and copy-paste templates
this repo uses.
If no reference matches (a framework not yet covered, or a brand-new project with no existing tests), apply the general principles below and produce tests in that shape. The point of this skill is that the output looks the same whether or not a test suite already exists.