go-devops/devkit
Codex 096cb1bab2 fix(go-devops): replace testify with stdlib testing patterns (AX-6)
Removes testify + indirect deps from go.mod/go.sum; rewrites
assert/require calls across cmd/dev/*, cmd/setup/*, devkit/* _test.go
to stdlib t.Fatalf patterns. go vet clean. TestRunTestGen_Good fails
pre-existing (missing cmd/dev/pkg/ env) at dev tip — unrelated to
this PR.

Closes tasks.lthn.sh/view.php?id=754

Co-authored-by: Codex <noreply@openai.com>
Via-codex-lane: Cyclops-754 dispatch
2026-04-24 18:51:16 +01:00
..
coverage.go feat(devkit): add coverage trending helpers 2026-04-01 07:10:00 +00:00
coverage_test.go fix(go-devops): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:51:16 +01:00
scan_secrets.go feat(devkit): add gitleaks-backed secret scanning 2026-04-01 06:00:25 +00:00
scan_secrets_test.go fix(go-devops): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:51:16 +01:00
secret.go feat(devkit): add secret scanning 2026-04-01 05:37:28 +00:00
secret_test.go fix(go-devops): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:51:16 +01:00