go-build/pkg/api
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
..
ui/dist feat(api): expose discovery setup plan 2026-04-15 01:17:42 +01:00
embed.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
provider.go Wire npm pre-build overrides through build entry points 2026-04-15 23:07:06 +01:00
provider_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