Skip to content

feat: migrate tests to testify/require#2

Merged
wolfeidau merged 1 commit into
mainfrom
chore_migrate_to_testify_require
Jan 18, 2026
Merged

feat: migrate tests to testify/require#2
wolfeidau merged 1 commit into
mainfrom
chore_migrate_to_testify_require

Conversation

@wolfeidau
Copy link
Copy Markdown
Member

  • Add testify v1.11.1 dependency
  • Migrate 16 test files across 8 packages to use testify/require
  • Replace ~440 manual assertions with idiomatic require calls
  • Fix testifylint errors by avoiding require in HTTP handlers
  • Remove unused imports (errors, strings, bytes) where no longer needed

- Add testify v1.11.1 dependency
- Migrate 16 test files across 8 packages to use testify/require
- Replace ~440 manual assertions with idiomatic require calls
- Fix testifylint errors by avoiding require in HTTP handlers
- Remove unused imports (errors, strings, bytes) where no longer needed
@wolfeidau wolfeidau force-pushed the chore_migrate_to_testify_require branch from 62e9f8a to b0f202d Compare January 18, 2026 10:16
@wolfeidau wolfeidau merged commit 295b901 into main Jan 18, 2026
1 check 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.

1 participant