Also introduces protocmp as a way to make assertions on entire proto structs instead of cherry picking assertions on individual fields. This should make unit test much more robust moving forward if used.
Type of change
Please select the type of change your PR introduces:
[x] Bugfix
[ ] Feature
[ ] Code Style Update (formatting, renaming)
[ ] Refactor (code changes that do not fix a bug or add a feature)
[ ] Documentation Update
[ ] Other (please describe):
How Has This Been Tested?
See new unit tests
Checklist:
[x] My code follows the style guidelines of this project.
[x] I have performed a self-review of my code.
[x] I have commented on my code, particularly in hard-to-understand areas.
[x] I have made corresponding changes to the documentation.
[x] My changes generate no new warnings.
[x] I have added tests that prove my fix is effective or that my feature works.
[x] New and existing unit tests pass locally with my changes.
[x] Any dependent changes have been merged and published in downstream modules.
Pull Request Template
Fixes #335
Also introduces
protocmp
as a way to make assertions on entire proto structs instead of cherry picking assertions on individual fields. This should make unit test much more robust moving forward if used.Type of change
Please select the type of change your PR introduces:
How Has This Been Tested?
See new unit tests
Checklist: