Skip to content

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

License

Notifications You must be signed in to change notification settings

fardog/congruent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a207f8 · Aug 8, 2016

History

24 Commits
Aug 5, 2016
Aug 1, 2016
Jul 22, 2016
Aug 2, 2016
Jul 22, 2016
Aug 5, 2016
Aug 8, 2016
Aug 5, 2016
Aug 5, 2016
Aug 3, 2016
Aug 2, 2016
Aug 2, 2016

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