Running tests
Dependencies
- GNU Make
- Docker for integration tests with Testcontainers
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