Skip to content

Comments

Consistently use testify for test assertions#8

Merged
stevenlanders merged 1 commit intomainfrom
masih/use-testify-consistently
Aug 6, 2025
Merged

Consistently use testify for test assertions#8
stevenlanders merged 1 commit intomainfrom
masih/use-testify-consistently

Conversation

@masih
Copy link
Contributor

@masih masih commented Aug 6, 2025

This repo already has a dependency to stretchr/testify. Use it consistently across all tests.

Separately, improve temporary file creation using t.TempDir, which would automatically clean up the files after test ends.

This repo already has a dependency to `stretchr/testify`. Use it
consistently across all tests.

Separately, improve temporary file creation using `t.TempDir`, which
would automatically clean up the files after test ends.
@stevenlanders stevenlanders merged commit 9beddc9 into main Aug 6, 2025
1 check passed
@stevenlanders stevenlanders deleted the masih/use-testify-consistently branch August 6, 2025 14:39
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