Testing - wjdp/htmltest GitHub Wiki

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.