dropbox / pb-jelly

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

Add `.expected` files for the generated code - and tests to confirm #66

Closed nipunn1313 closed 4 years ago

nipunn1313 commented 4 years ago

This will allow us to be able to assert that the generated files match the ones as expected.

It will also mean that PRs when put up will more obviously show the changes to generated output.(as the .expected files will have differences)