h1. WHAT Review tests and CI. - 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 is also calling the unit tests. - SHows that the CI because of the above statement is calling more than once the same tests. - Shows that the integration test is identified by the scripts/tasks by the comment on top "// +build integration"
|
|