A Go utility library for testing that responses from multiple servers are equivalent. Useful for regression testing when re-implementing/modifying an existing service.
See full docs at godoc.
Note: This library is very WIP; you should expect anything and everything to change at any time. This library only targets testing APIs that return text or JSON; content tests will not function for anything else.
$ go get github.com/fardog/congruent
For a thorough example, see the mkwords example which tests the mkwords public API against a locally running service.