Testing

Production-ready Go tests with parallel subtests and fuzzing.

shaddyx Updated

File contents

Testing

Use table-driven tests with named subtests. Run in parallel with t.Parallel().

Detect goroutine leaks after each test with goleak.

shaddyx/lazy-skills-mcp/tree/main/testdata/skills/dev/golang/testing commit 564460f4e0

Frequently asked questions

npx skillmds@latest add shaddyx/testing