mirror of https://github.com/kubernetes/kops.git
Update docs/development/testing.md
Co-Authored-By: Ciprian Hacman <ciprianhacman@gmail.com>
This commit is contained in:
parent
67b289510f
commit
cfa19844f2
|
|
@ -6,7 +6,7 @@ Unit and integration tests can be run using `go test`
|
|||
|
||||
To run all tests:
|
||||
```
|
||||
go test ./...
|
||||
go test -v ./...
|
||||
```
|
||||
|
||||
### Adding an integration test
|
||||
|
|
|
|||
Loading…
Reference in New Issue