absmach / magistrala

Industrial IoT Messaging and Device Management Platform

Home Page:https://www.abstractmachines.fr/magistrala.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate mocks with mockery for logger

JeffMboya opened this issue · comments

What type of PR is this?

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

What does this do?

This PR introduces mock generation for the logger. 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