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 Users service

JeffMboya opened this issue · comments

Is your feature request related to a problem? Please describe.

Yes, the feature request is related to the problem of testing the Users service. Currently, our tests are not isolated from the implementation details of the logger, which can lead to brittle tests.

Describe the feature you are requesting, as well as the possible use case(s) for it.

We are requesting the feature of mock generation for the Users service. This feature will allow us to write unit tests that are isolated from the implementation details. The use case for this feature is primarily in testing - it will allow us to write more robust and reliable unit tests for the Users service.

Indicate the importance of this feature to you.

Must-have