AI AGENT ADDONS
Testing & QA
7,982installs

Go testing patterns help you write reliable and maintainable tests. They follow a clear TDD methodology called the RED-GREEN-REFACTOR cycle.

You can use table-driven tests to cover many cases with little code. Subtests organize related checks. Benchmarks and fuzzing find performance issues and edge cases.

These patterns make your test code clear and easy to update. They work well with idiomatic Go practices.

Add Golang Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-testing

Project

mkdir -p .claude/skills/golang-testing

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago