Description: | Golang set of packages that provide many tools for testifying
that your code will behave as you intend.
Features include:
– Easy assertions
– Mocking
– Testing suite interfaces and functions
This package provides symbolic links that alias the following Go import paths to
github.com/stretchr/testify:
– gopkg.in/stretchr/testify.v1
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/stretchr/testify. |