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

Adding support for Protobufs generated with v2 tooling #4

Merged
merged 18 commits into from
Sep 14, 2023

Conversation

jprobinson
Copy link
Member

@jprobinson jprobinson commented Dec 13, 2022

The testify package currently does not support V2 Protobufs and has no plans of adding support.

We have a few dozen tests that fail due to this problem once we attempt the upgrade so this fork adds in the needed support to get most of those tests to pass without making a few dozen pull requests.

Copy link

@joneshf-dd joneshf-dd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

"github.com/stretchr/testify/internal/testproto"
)

func TestProtoObjectsAreEqual(t *testing.T) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 praise: ‏These tests are great!

@jprobinson jprobinson merged commit 7aa8226 into master Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants