Skip to content
Will Pimblett edited this page Aug 28, 2017 · 2 revisions

To run the test suite:

go test ./... -v

Leave out -v to keep quiet.

Fast

The majority of tests that hit the networked are mocked by govcr, however there are some tests that either still have to perform network calls or are computationally slow. Use the -short option to skip these tests.

Clone this wiki locally