Skip to content

Use shoulda instead of testify - #23

Merged
AlekSi merged 8 commits into
mainfrom
shoulda
Aug 12, 2026
Merged

Use shoulda instead of testify#23
AlekSi merged 8 commits into
mainfrom
shoulda

Conversation

@AlekSi

@AlekSi AlekSi commented Apr 10, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Migrates local cache tests from Testify to Shoulda and updates the required Go toolchain and dependencies.

Changes:

  • Replaced Testify assertions with Shoulda and Musta.
  • Raised the minimum Go version to 1.26 and updated CI.
  • Refreshed dependencies and ignored vendored modules.

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/go.yml Tests exclusively with Go 1.26.
.gitignore Ignores the vendor directory.
go.mod Adds Shoulda and updates Go and dependencies.
go.sum Records updated dependency checksums.
internal/caches/local/disk_test.go Migrates disk tests to Shoulda.
internal/caches/local/local_test.go Migrates cache tests to Shoulda and Musta.
internal/testdata/go.mod Updates test-data module to Go 1.26.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@AlekSi AlekSi changed the title Use shoulda Use shoulda instead of testify Aug 12, 2026
@AlekSi
AlekSi marked this pull request as ready for review August 12, 2026 18:21
@AlekSi
AlekSi merged commit 404e3cd into main Aug 12, 2026
4 checks passed
@AlekSi
AlekSi deleted the shoulda branch August 12, 2026 18:21
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.

2 participants