Skip to content

Commit

Permalink
Merge pull request #1168 from vdemeester/update-testing
Browse files Browse the repository at this point in the history
Update TESTING.md to replace testify by gotest.tools
  • Loading branch information
thaJeztah committed Jul 2, 2018
2 parents 9e36ff4 + 057bf6f commit 1c69e83
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 1c69e83

Please sign in to comment.