silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.
http://silkapp.github.io/rest
390 stars 52 forks source link

Add automatic testing library #125

Open octopuscabbage opened 9 years ago

octopuscabbage commented 9 years ago

It would be nice if there were a library which provided some hunit (or other testing suites) combinators and functions to help test rest apis

bergmark commented 9 years ago

We have a testing framework internally that I'm very happy with. I'm not sure how much of it can be reused but I can try abstracting it a bit to see if it's useful as a library.