1
0
mirror of https://github.com/stretchr/testify.git synced 2025-04-27 13:13:19 +00:00

fixed links

This commit is contained in:
Mat Ryer 2012-10-16 21:57:31 +01:00
parent 1fbb773bb2
commit 0b90ca8b73

@ -3,9 +3,11 @@ Testify - Thou shalt write tests
Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend. Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
* [Easy assertions][http://go.pkgdoc.org/github.com/stretchrcom/testify/assert] * Easy assertions
* [Mocking][http://go.pkgdoc.org/github.com/stretchrcom/testify/mock] * Mocking
* [HTTP response trapping][[http://go.pkgdoc.org/github.com/stretchrcom/testify/http]] * HTTP response trapping
Read the API Documentation http://go.pkgdoc.org/github.com/stretchrcom/testify
For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing