Skip to content

tests: migrate crud package to testify#567

Merged
oleg-jukovec merged 1 commit intomasterfrom
testify-migrate-crud
Apr 20, 2026
Merged

tests: migrate crud package to testify#567
oleg-jukovec merged 1 commit intomasterfrom
testify-migrate-crud

Conversation

@oleg-jukovec
Copy link
Copy Markdown
Collaborator

The crud tests used a mix of standard testing package
(t.Error, t.Fatal) and testify. This inconsistency made
the codebase harder to maintain and provided less helpful
failure messages.

Migrated all assertions to use testify/assert and
testify/require for better error messages and consistency
with the rest of the codebase.

The crud tests used a mix of standard testing package
(t.Error, t.Fatal) and testify. This inconsistency made
the codebase harder to maintain and provided less helpful
failure messages.

Migrated all assertions to use testify/assert and
testify/require for better error messages and consistency
with the rest of the codebase.
@oleg-jukovec oleg-jukovec merged commit 663a641 into master Apr 20, 2026
42 of 43 checks passed
@oleg-jukovec oleg-jukovec deleted the testify-migrate-crud branch April 20, 2026 10:54
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.

3 participants