An open API service indexing awesome lists of open source software.

https://github.com/tkc/go-testify-sandbox


https://github.com/tkc/go-testify-sandbox

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-test-pattern-sandbox

## testify
```sh
go test ./testify -v
```

## gomock

```sh
go get -u github.com/golang/mock/gomock
go get -u github.com/golang/mock/mockgen
```

```sh
$which mockgen
<$GOPATH>/bin/mockgen
```

```sh
go generate ./...
```

```sh
go test ./gomock -v
```