
Testify is a go code (golang) set of packages that provide many tools for testifying that code behaves as intended.
features include:
* easy assertions
* mocking
* http response trapping
* testing suite interfaces and functions
this package contains the source.