Running tests

Dependencies

Run tests

Run unitary and integration tests:

$ make test

Run unitary and integration tests with race detection enabled:

$ make race

Code coverage reports

Run unitary and integration tests with code coverage enabled:

$ make cover

Generate an HTML report and open it in your Web browser:

$ make coverhtml