diff --git a/test/README.md b/test/README.md index b428e57..3804fb4 100644 --- a/test/README.md +++ b/test/README.md @@ -26,21 +26,10 @@ clean up. ### Prerequisites - Install the latest version of [Go](https://golang.org/). -- Install [dep](https://github.com/golang/dep) for Go dependency management. - Install [Terraform](https://www.terraform.io/downloads.html). - Configure your Google credentials using one of the [options supported by GCP](https://cloud.google.com/docs/authentication/getting-started). -### One-time setup - -Download Go dependencies using dep: - -``` -cd test -dep ensure -``` - - ### Run all the tests ```bash @@ -56,4 +45,4 @@ To run a specific test called `TestFoo`: ```bash cd test go test -v -timeout 60m -run TestFoo -``` \ No newline at end of file +```