absmach / magistrala

Industrial IoT Messaging and Device Management Platform
https://www.abstractmachines.fr/magistrala.html
Apache License 2.0
2.42k stars 665 forks source link

MG-2166 - Generate mocks with mockery for readers #2167

Closed JeffMboya closed 2 months ago

JeffMboya commented 2 months ago

What type of PR is this?

This is a feature because it adds mocks for the Certs service using mockery.

What does this do?

This PR introduces mock generation for readers. This will allow us to write unit tests for our service that are isolated from the implementation details of readers

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

Yes

Did you document any new/modified feature?

No