Skip to content

Commit 58de627

Browse files
committed
Update testing doc
Signed-off-by: Daniel Nephin <[email protected]>
1 parent 7d8815e commit 58de627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ questions you may have as an aspiring Moby contributor.
88
Moby has two test suites (and one legacy test suite):
99

1010
* Unit tests - use standard `go test` and
11-
[testify](https://github.com/stretchr/testify) assertions. They are located in
11+
[gotestyourself/assert](https://godoc.org/github.com/gotestyourself/gotestyourself/assert) assertions. They are located in
1212
the package they test. Unit tests should be fast and test only their own
1313
package.
1414
* API integration tests - use standard `go test` and
15-
[testify](https://github.com/stretchr/testify) assertions. They are located in
15+
[gotestyourself/assert](https://godoc.org/github.com/gotestyourself/gotestyourself/assert) assertions. They are located in
1616
`./integration/<component>` directories, where `component` is: container,
1717
image, volume, etc. These tests perform HTTP requests to an API endpoint and
1818
check the HTTP response and daemon state after the call.

0 commit comments

Comments
 (0)