Skip to content

Commit

Permalink
Update TESTING.md to replace testify by gotest.tools
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Jul 2, 2018
1 parent 7c7c299 commit 057bf6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ Test<Function Name><Test Case Name>
where appropriate, but may not be appropriate in all cases.

Assertions should be made using
[testify/assert](https://godoc.org/github.com/stretchr/testify/assert) and test
requirements should be verified using
[testify/require](https://godoc.org/github.com/stretchr/testify/require).
[gotest.tools/assert](https://godoc.org/gotest.tools/assert).

Fakes, and testing utilities can be found in
[internal/test](https://godoc.org/github.com/docker/cli/internal/test) and
[gotestyourself](https://godoc.org/github.com/gotestyourself/gotestyourself).
[gotest.tools](https://godoc.org/gotest.tools).

## End-to-End Test Suite

Expand Down

0 comments on commit 057bf6f

Please sign in to comment.