absmach / magistrala

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

MG-2164 - Generate mocks with mockery for users #2165

Closed JeffMboya closed 5 months ago

JeffMboya commented 5 months ago

What type of PR is this?

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

What does this do?

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

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