Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pascaldekloe/verify with stretchr/testify #757

Open
magiconair opened this issue Dec 9, 2024 · 0 comments
Open

Replace pascaldekloe/verify with stretchr/testify #757

magiconair opened this issue Dec 9, 2024 · 0 comments
Milestone

Comments

@magiconair
Copy link
Member

While the verify.Values library has served us well it shows its age in that it doesn't show the private fields that are necessary for debugging.

I'm going to create a PR to replace all calls of verify.Values with require.Equal. The call arguments have to be reversed since verify.Values(t, "", got, want) maps to require.Equal(t, want, got)

@magiconair magiconair modified the milestones: v0.6.1, v0.6.2 Dec 9, 2024
magiconair added a commit that referenced this issue Dec 20, 2024
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

No branches or pull requests

1 participant