mirror of https://github.com/stretchr/testify.git
Merge pull request #22 from benbjohnson/fix-dependencies
Fix dependencies for 'go get'.pull/23/head
commit
2b887b0d67
6
doc.go
6
doc.go
|
@ -8,3 +8,9 @@
|
|||
//
|
||||
// The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected.
|
||||
package testify
|
||||
|
||||
import (
|
||||
_ "github.com/stretchr/testify/assert"
|
||||
_ "github.com/stretchr/testify/http"
|
||||
_ "github.com/stretchr/testify/mock"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue