| Hi David Ffrench, Thank you for the answers. However, I think you misunderstood me. My question/point was not the conceptual diff between the unit-test and integration tests. I wonder to know how we will make implicitly in the code what is the unit test and integration tests? Following some points in order to clarify.
- We have a make action for the run unit test and others to run the integrations. How to know what is unit and not?
- Will be it make clear for the dir/structure where they are? Should the unit tests be with the respective go class/runtine file and the integrations not?
- How to organize it to make clear what is one and what is the other type? How to organize it to be able to create a script which will run just the unit tests and another to run just for the integration ones?
|