awakesecurity / proto3-suite

Haskell Protobuf Implementation
https://hackage.haskell.org/package/proto3-suite
Other
81 stars 56 forks source link

Fix tests of the Swagger schema of Google protobuf wrapper fields. #215

Closed j6carey closed 2 years ago

j6carey commented 2 years ago

It seems that attempting to use conditional compilation on doctests of the Swagger format for fields of Google protobuf wrapper type silently suppresses those tests.

This commit replaces such doctests with HUnit tests.