silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.

Home Page:http://silkapp.github.io/rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add automatic testing library

octopuscabbage opened this issue · comments

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

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.