go-build/pkg/release
Codex 316bab7014 fix(go-build): replace testify with stdlib testing across repo (AX-6)
Cross-repo sweep — 84 *_test.go files swapped assert.*/require.* for
stdlib if-err patterns. Dropped testify direct require from go.mod,
go mod tidy updated go.sum.

Verification:
- `grep -r stretchr/testify --include=*.go .` empty
- go.mod has no testify require
- `rg "\bassert\.|\brequire\." -g '*.go'` empty

Follow-ups out of ticket scope:
- pkg/build/ci.go: core.Trim arity mismatch + missing core.Result.Error
  (regression from prior AX-6 swaps — separate ticket)
- pkg/build/signing notarization tests require codesign binary,
  not available in sandbox (environmental)

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

Co-authored-by: Codex <noreply@openai.com>
2026-04-24 20:48:52 +01:00
..
publishers fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
testdata/.core refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
changelog.go Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
changelog_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
config.go Harden nil-safety in release and sdk helpers 2026-04-17 21:00:39 +01:00
config_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
output.go Align go-build module path with RFC 2026-04-15 11:50:20 +01:00
release.go feat(go-build): gpt-5.4-mini/mature pass 4 2026-04-18 08:46:35 +01:00
release_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
sdk.go Validate release versions before publishing 2026-04-15 22:29:50 +01:00
sdk_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
stdlib_assert_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
test_helpers_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00
version.go Add Python setup planning and CI tag versioning 2026-04-15 22:42:07 +01:00
version_test.go fix(go-build): replace testify with stdlib testing across repo (AX-6) 2026-04-24 20:48:52 +01:00