-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: API
-
None
In trying to implement unit tests in one of our services, we discovered that MongoDB Go Driver didn't have interfaces implemented on top. Due to that, we aren't able to mock out mongodb client calls, and can only test via integration testing.
The improvement we are looking for is implementation of interfaces over functionality.