use testify package

This commit is contained in:
Anton Kaliaev
2017-03-10 12:03:16 +04:00
parent 1a3573bf17
commit d66ebbd904
2 changed files with 25 additions and 60 deletions
+3
View File
@@ -11,5 +11,8 @@ test:
get_deps:
@echo "--> Running go get"
@go get -v -d $(PACKAGES)
@go list -f '{{join .TestImports "\n"}}' ./... | \
grep -v /vendor/ | sort | uniq | \
xargs go get -v -d
.PHONY: all test get_deps