Commit b85bee24 authored by Yann Garcia's avatar Yann Garcia
Browse files

Enhance testing clause for unit tests

parent 5db38f09
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -387,7 +387,12 @@ meep-<mec-identifier>

   In the server stubs folder, execute the following command:
   ```sh
   # Launch the testing DBs...
   ~/AdvantEDGE/test/start-ut-env.sh
   # Do the tests gain and again...
   $ go test -count=1 ./... -cover
   # When tests are achieved, stop the DBs
   ~/AdvantEDGE/test/stop-ut-env.sh
   ```

## Integration tests for the new micro-service