Improved tests with random names and added docs

This commit is contained in:
2018-10-16 15:24:44 +02:00
parent 1cc321d657
commit 91afc73ef6
5 changed files with 24 additions and 11 deletions

View File

@ -11,7 +11,7 @@ lint: ## Lint the files
@golint -set_exit_status ${PKG_LIST}
test: ## Run unittests
@go test -v ${PKG_LIST}
@go test -v .
race: dep ## Run data race detector
@go test -v -race ${PKG_LIST}