Hi [~dffrench],
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 task for the run unit test and another to run the integration ones. 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? * Go test will execute all, so why the project has made for unit and integration and cover for each case? How it is working? Should it be done in this way?
|
|