Add Testify dependency to CONTRIBUTING.md

This commit is contained in:
Liz 2018-10-10 10:53:50 -04:00 committed by GitHub
parent b3d0928046
commit 5bedf64abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Assuming your `$GOPATH` is set up according to your desires, run:
```sh
go get github.com/digitalocean/godo
go get -u github.com/stretchr/testify/assert
```
## Running tests