Skip to content

tests: migrate uuid package to testify#565

Merged
oleg-jukovec merged 1 commit intomasterfrom
testify-migrate-uuid
Apr 18, 2026
Merged

tests: migrate uuid package to testify#565
oleg-jukovec merged 1 commit intomasterfrom
testify-migrate-uuid

Conversation

@oleg-jukovec
Copy link
Copy Markdown
Collaborator

The uuid 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.

Comment thread uuid/uuid_test.go Outdated
The uuid 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 force-pushed the testify-migrate-uuid branch from eab2208 to 977cca3 Compare April 16, 2026 19:29
@oleg-jukovec oleg-jukovec requested a review from Mockird31 April 16, 2026 19:29
@oleg-jukovec oleg-jukovec merged commit 71665a1 into master Apr 18, 2026
27 checks passed
@oleg-jukovec oleg-jukovec deleted the testify-migrate-uuid branch April 18, 2026 10:12
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