tree: c95c069dfbe9763184eba82b8346bf73236eb3f0 [path history] [tgz]
  1. .gitignore
  2. bool.go
  3. circle.yml
  4. common.go
  5. Dockerfile
  6. glide.yaml
  7. Makefile
  8. README.md
  9. string.go
  10. time.go
vendor/src/github.com/vdemeester/shakers/README.md

Shakers

🐹 + 🐙 = 😽 Circle CI

A collection of go-check Checkers to ease the use of it.

Building and testing it

You need either docker, or go and godep in order to build and test shakers.

Using Docker and Makefile

You need to run the test-unit target.

$ make test-unit
docker build -t "shakers-dev:master" .
# […]
docker run --rm -it   "shakers-dev:master" ./script/make.sh test-unit
---> Making bundle: test-unit (in .)
+ go test -cover -coverprofile=cover.out .
ok      github.com/vdemeester/shakers   0.015s  coverage: 96.0% of statements

Test success