mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
Merge pull request #22 from benbjohnson/fix-dependencies
Fix dependencies for 'go get'.
This commit is contained in:
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…
x
Reference in New Issue
Block a user