samisagit / natskell

A NATS client library written in Haskell
MIT License
7 stars 0 forks source link

Generate test cases #74

Closed samisagit closed 1 year ago

samisagit commented 2 years ago

for parsers [(ByteString, StructuredValue)] for transformers [(StructuredValue, ByteString)]

that way the case generation/definition doesn't have to be in the test handler.

Closes #67 Closes #34