Update README.md

Added link to the api documentation for `require`
pull/197/head
Ivan Fraixedes 2015-07-28 12:31:24 +01:00
parent 089c7181b8
commit 2161431195
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ func TestSomething(t *testing.T) {
}
```
`require` package
-------------------------------------------------------------------------------------------
[`require`](http://godoc.org/github.com/stretchr/testify/require "API documentation") package
---------------------------------------------------------------------------------------------
The `require` package provides same global functions as the `assert` package, but instead of returning a boolean result they terminate current test.