Implemented goconvey for User Authentication Tests

Reference #580
This commit is contained in:
Gert-Jan Timmer
2018-06-01 17:59:42 +02:00
parent 90f966bed9
commit 11627e4483
6 changed files with 1089 additions and 181 deletions

View File

@@ -88,6 +88,7 @@ before_install:
fi
- |
if [[ "${GOOS}" != "windows" ]]; then
go get github.com/smartystreets/goconvey
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover
fi