Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,10 @@ Step 3 (Applicable only for `terratest`)
For golang tests, get below libs

```sh
go get github.com/gruntwork-io/terratest/modules/terraform
go get github.com/stretchr/testify/assert
go install github.com/gruntwork-io/terratest/modules/terraform@latest
git clone https://github.com/stretchr/testify.git
cd <testify repo>
go get github.com/stretchr/testify
```

## Contribution
Expand Down