[erlang-questions] Testing api with jsongen and quickcheck

Garret Smith garret.smith@REDACTED
Fri Aug 21 18:53:23 CEST 2015


On Fri, Aug 21, 2015 at 9:27 AM, Mark Bruch <mark.h.bruch@REDACTED> wrote:
> Hi.
>
> I've got a small json api that is in desperate need for better
> testing. Read a little about jsongen [1] from the prowess project [2]
> that looks pretty awesome. Unfortunately it doesn't compile on any of
> my machines.
> Is anyone using jsongen, or is it just in "research"-stage? Can
> someone recommend me any other tool for testing a json api?
>
> Thanks
> Mark
>
> [1] https://github.com/fredlund/jsongen
> [2] http://www.prowessproject.eu
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

As far as I can tell, jsongen is just for Go, not Erlang.  Is your
json api in Erlang?  Or are you looking to test a json api using
erlang?

-Garret



More information about the erlang-questions mailing list