Skip to content

fardog/congruent

Repository files navigation

congruent

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.

Install

$ go get github.com/fardog/congruent

Example

For a thorough example, see the mkwords example which tests the mkwords public API against a locally running service.

License

MIT

About

A Go utility library for testing that responses from multiple servers are equivalent.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages