pkgsrc/devel/go-testify/DESCR
bsiegert 7e43968849 New package, go-testify.
Go code (golang) set of packages that provide many tools for testifying that
your code will behave as you intend.

Features include:

- Easy assertions
- Mocking
- HTTP response trapping
- Testing suite interfaces and functions
2016-07-16 13:21:41 +00:00

9 lines
228 B
Text

Go code (golang) set of packages that provide many tools for testifying that
your code will behave as you intend.
Features include:
- Easy assertions
- Mocking
- HTTP response trapping
- Testing suite interfaces and functions