Run unit tests for MY code

Hi @ladislas , @boraozgen,

I’ve been reading this thread and I’ve found it very interesting. Beyond the framework, I have been wondering about some things.

As @ladislas said, low-level stubs can be very interesting when you want to test new peripherals or libraries which work against mbed OS drivers such as I2C, SPI, and so on.
But, what is your approach when you are trying to test high level code? I mean, making stubs for connectivity APIs seems to be a difficult work.

As an example, if I want to test an AWS connector, how would you do? Writing low-level stubs seems not to be the best option here…

I think I will create a new thread to discuss this.

Thanks in advance