Lines Matching refs:testify

4 ℹ️ We are working on testify v2 and would love to hear what you'd like to see in it, have your say …
6testify.svg)](https://travis-ci.org/stretchr/testify) [![Go Report Card](https://goreportcard.com/…
18 …* Install testify with [one line of code](#installation), or [update it with another](#staying-up-…
20 * Check out the API Documentation http://godoc.org/github.com/stretchr/testify
26 [`assert`](http://godoc.org/github.com/stretchr/testify/assert "API documentation") package
42 "github.com/stretchr/testify/assert"
78 "github.com/stretchr/testify/assert"
103 [`require`](http://godoc.org/github.com/stretchr/testify/require "API documentation") package
110 [`mock`](http://godoc.org/github.com/stretchr/testify/mock "API documentation") package
115 …ode that relies on an external object `testObj`, can setup expectations (testify) and assert that …
122 "github.com/stretchr/testify/mock"
195 … the [API documentation for the `mock` package](http://godoc.org/github.com/stretchr/testify/mock).
199 [`suite`](http://godoc.org/github.com/stretchr/testify/suite "API documentation") package
210 "github.com/stretchr/testify/assert"
211 "github.com/stretchr/testify/suite"
215 // functionality from testify - including a T() method which
241 …package, look at our [example testing suite](https://github.com/stretchr/testify/blob/master/suite…
243 …he [API documentation for the `suite` package](http://godoc.org/github.com/stretchr/testify/suite).
251 "github.com/stretchr/testify/suite"
255 // functionality from testify - including assertion methods.
287 go get github.com/stretchr/testify
291 github.com/stretchr/testify/assert
292 github.com/stretchr/testify/require
293 github.com/stretchr/testify/mock
294 github.com/stretchr/testify/suite
295 github.com/stretchr/testify/http (deprecated)
297 Import the `testify/assert` package into your code using this template:
304 "github.com/stretchr/testify/assert"
319 To update Testify to the latest version, use `go get -u github.com/stretchr/testify`.
339 …on the [Gophers Slack](https://gophers.slack.com) group in the `#testify` and `#testify-dev` chann…