status-im / nim-protobuf-serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve test coverage

jangko opened this issue · comments

#7 and #8 shows inadequate basic data types and Option[basic data types] test coverage.
Perhaps we also need to implement our own version of conformance test.

See here. The conformance-test-runner in that repo is unix centric, cannot run on windows. But we can use it to generate platform independent test fixtures either as json file or pb wire format.