You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the testify/assert package in unit testing and they have a very helpful ability to compare two structs based only on exported values. This makes it possible for me to compare GRPC generated structs which have (generated) internal members that differ.
Thanks for the comment but I do largely consider this package to be neutral to other testing packages aside from Go's standard lib flavor of testing.
I know testify is popular and I've used it before in some projects but would such a change be applicable to other projects, people and usages of this repo?
I use the testify/assert package in unit testing and they have a very helpful ability to compare two structs based only on exported values. This makes it possible for me to compare GRPC generated structs which have (generated) internal members that differ.
https://pkg.go.dev/github.com/stretchr/testify/assert#EqualExportedValues
This would be a very useful option for constructing sets as well.
The text was updated successfully, but these errors were encountered: