Files
pkgsrc-ng/devel/go-testify/DESCR
2016-11-18 22:39:22 +01:00

10 lines
228 B
Plaintext

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