go-testing-with-testify

Installation
SKILL.md

Go Testing With Testify

Workflow for writing, reviewing, and hardening Go tests built on the standard testing package and the stretchr/testify toolkit (assert, require, mock, suite).

Go+testify tests are checks — automated pass/fail assertions on behavior contracts. Testing as investigation — charters, heuristics, oracles under stress, edge-case discovery, perspective rotation — is upstream. Compose with tester-mindset when strategy, risk framing, or the shape of the unknown dominates.

When To Use

Installs
5
GitHub Stars
4
First Seen
Apr 22, 2026
go-testing-with-testify — n-n-code/n-n-code-skills