mxrch / ProtoDeep

🏄‍♂️ Decode and analyze protobuf efficiently.
MIT License
106 stars 5 forks source link

Add some simple unittests + a simple workflow #3

Closed learn-more closed 1 year ago

learn-more commented 1 year ago

These tests are mostly based on the files from https://github.com/protocolbuffers/protobuf/tree/main/src/google/protobuf/testdata .

The current observed behavior is added in the unittest.

@mxrch Please review the unittests to see if the code behaves as expected!

mxrch commented 1 year ago

Thank you so much for your work on this !