Skip to content

fix(ko): bump ooo and switch tests to oootest sibling package - #19

Merged
benitogf merged 1 commit into
mainfrom
fix/oootest-sibling-package-bump
Jun 5, 2026
Merged

fix(ko): bump ooo and switch tests to oootest sibling package#19
benitogf merged 1 commit into
mainfrom
fix/oootest-sibling-package-bump

Conversation

@benitogf

@benitogf benitogf commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

Track the ooo helper move. The ooo dependency is bumped to the version
that ships the new sibling package, and ko's tests now opt in by
importing it explicitly. Production code is unchanged.

Verification

  • go build ./... clean.
  • go test -race -timeout 180s -count=1 ./... green.
  • Diff is mechanical: 19 ooo.HelperName test references rewritten
    to oootest.HelperName, plus the import and the go.mod bump.
    ooo.Server, ooo.Time(), and other non-helper references are
    untouched.

Closes #18. Follows ooo PR #129.


🤖 Generated with Claude Code

Follows the helper move that landed in ooo upstream: shared
storage/stream test helpers now live in github.com/benitogf/ooo/oootest
so production binaries built on ooo no longer carry the Go test
framework. ko's tests import the new sibling package and call the
helpers as oootest.* instead of ooo.*; ko's production code is
unchanged.

Closes #18.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@benitogf
benitogf merged commit 591ea04 into main Jun 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump ooo and follow the test-helpers move to the new sibling package

1 participant