h1. WHAT Review tests and CI. Replace the validations/check for asserts - https://godoc.org/github.com/stretchr/testify/assert - See how the echo framework is suggestion do the test : https://echo.labstack.com/ h1. WHY - Shows that the make file task test-integration-cover besides the name It is also calling the unit tests. - SHows way that the CI because of the above statement is calling more than once in the same tests https://echo . - Shows that the integration test is identified by the scripts labstack.com / tasks used by the comment on top "// +build integration" project - it makes the implementation easier to be done and more understandable |
|