Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 451 Bytes

DEVELOPMENT.md

File metadata and controls

26 lines (18 loc) · 451 Bytes

Development

Setup

Dependencies are managed using Glide. In order to build, install or run tests, first install glide. Then, pull dependencies by calling:

glide install

Testing

You need ginkgo to run the tests. Don't forget to setup your GOPATH and PATH variables:

export PATH=$PATH:$GOPATH/bin

Tests can be executed with:

ginkgo -r