AI AGENT ADDONS

Golang Stretchr Testify

samber/cc-skills-golang
Testing & QA
33,033installs

Go tests need to be clear and reliable. The testify library helps you write better tests with simple checks and reusable mocks. You can use assert to keep going after a failure or require to stop right away. Test suites let you group setup and teardown steps. This skill shows you how to use these tools the right way.

When you test a Go program, you want to catch bugs fast. testify gives you easy ways to compare values, check errors, and test complex objects. You can also create mock objects to fake parts of your code. This keeps your tests focused and fast.

Anyone writing Go tests can benefit from testify. It works with the standard testing package and makes your test code easier to read. Use it to turn your tests into clear records of how your code should behave.

Add Golang Stretchr Testify skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-stretchr-testify

Project

mkdir -p .claude/skills/golang-stretchr-testify

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago