status-im / nim-protobuf-serialization

Apache License 2.0
19 stars 4 forks source link

Conformance test suite #44

Closed lchenut closed 1 year ago

lchenut commented 1 year ago

Using the conformance_test_runner from https://github.com/protocolbuffers/protobuf This PR adds several things in order to make the test executable, such as

Currently, there's a lot of tests that fail mainly because of #40 which has not been merged yet (writing all-defaults proto3 object fields creates a lot of error, for example)