We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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