Write Go Tests

Test conventions for ALL Go code in the a-novel and a-novel-kit organizations — file/function naming, table-driven structure, mockery, assertions, parallelism, cross-package fixtures, helpers, coverage. Load it whenever writing or modifying a Go test file in a backend service OR a shared library. Pairs with `write-go`; layer-specific patterns live in `write-go-service`. Does NOT apply to JS/TS tests.

a-novel-kit a329c2c 14.8 KB Updated

File contents

a-novel-kit/stack/tree/main/.agents/skills/write-go-tests commit a329c2c487

Frequently asked questions

npx skillmds@latest add a-novel-kit/write-go-tests