testify/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
Godeps/_workspace/src/github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
Godeps/_workspace/src/github.com/stretchr/testify/mock | Provides a system by which it is possible to mock your objects and verify calls are happening as expected. |
Godeps/_workspace/src/github.com/stretchr/testify/require | Alternative testing tools which stop test execution if test failed. |