dropbox / pb-jelly

A protobuf code generation framework for the Rust language developed at Dropbox.
Apache License 2.0
610 stars 25 forks source link

Add verification of generated files test #68

Closed nipunn1313 closed 3 years ago

nipunn1313 commented 3 years ago

Fixes #66

nipunn1313 commented 3 years ago

Stole this technique straight from www.github.com/dropbox/mypy-protobuf where it has served quite well

nipunn1313 commented 3 years ago

Bam! This is what it'll look like if a PR doesn't update the .expected files

image

If they do update the .expected files, things will pass - and the changes will show up in the review!