mirror of
https://github.com/stretchr/testify.git
synced 2025-04-27 13:13:19 +00:00
Update readme to deprecate http and include available packages
This commit is contained in:
parent
1ecda4918e
commit
ffdc059bfe
@ -287,8 +287,10 @@ To install Testify, use `go get`:
|
|||||||
This will then make the following packages available to you:
|
This will then make the following packages available to you:
|
||||||
|
|
||||||
github.com/stretchr/testify/assert
|
github.com/stretchr/testify/assert
|
||||||
|
github.com/stretchr/testify/require
|
||||||
github.com/stretchr/testify/mock
|
github.com/stretchr/testify/mock
|
||||||
github.com/stretchr/testify/http
|
github.com/stretchr/testify/suite
|
||||||
|
github.com/stretchr/testify/http (deprecated)
|
||||||
|
|
||||||
Import the `testify/assert` package into your code using this template:
|
Import the `testify/assert` package into your code using this template:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user