There are merged unittest that are 'pure' unittest and another that are integration tests (takes, longer or depend on dockers, external services).
The goal is to have a Makefile target to run the shorter ones. This will allow as to integrate un visual studio to run it each time we save a file and detect broken test / coverage is a more agile way
There are merged unittest that are 'pure' unittest and another that are integration tests (takes, longer or depend on dockers, external services).
The goal is to have a Makefile target to run the shorter ones. This will allow as to integrate un visual studio to run it each time we save a file and detect broken test / coverage is a more agile way