pkgsrc/devel/go-testify/DESCR

10 lines
228 B
Text
Raw Normal View History

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