Go Testing

Use when writing, reviewing, or improving Go test code — including table-driven tests, subtests, parallel tests, test helpers, test doubles, and assertions with cmp.Diff. Also use when a user asks to write a test for a Go function, even if they don't mention specific patterns like table-driven tests or subtests. Does not cover benchmark performance testing (see go-performance).

aneviaro 3b592fe 8 files · 30.0 KB Updated

File contents

aneviaro/pipack/tree/main/agent/skills/go-testing commit 3b592fe968

Frequently asked questions

npx skillmds@latest add aneviaro/go-testing