We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecda49 commit ffdc059Copy full SHA for ffdc059
README.md
@@ -287,8 +287,10 @@ To install Testify, use `go get`:
287
This will then make the following packages available to you:
288
289
github.com/stretchr/testify/assert
290
+ github.com/stretchr/testify/require
291
github.com/stretchr/testify/mock
- github.com/stretchr/testify/http
292
+ github.com/stretchr/testify/suite
293
+ github.com/stretchr/testify/http (deprecated)
294
295
Import the `testify/assert` package into your code using this template:
296
0 commit comments