Skip to content

tests: migrate pool package to testify#566

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

tests: migrate pool package to testify#566
oleg-jukovec merged 1 commit intomasterfrom
testify-migrate-pool

Conversation

@oleg-jukovec
Copy link
Copy Markdown
Collaborator

The pool 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 pool 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 5161a69 into master Apr 18, 2026
27 checks passed
@oleg-jukovec oleg-jukovec deleted the testify-migrate-pool 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