thomas-dg created TINKERPOP-3097: ------------------------------------ Summary: Request for Mocking Capabilities in gremlin-go for Easier Unit Testing Key: TINKERPOP-3097 URL: https://issues.apache.org/jira/browse/TINKERPOP-3097 Project: TinkerPop Issue Type: Improvement Components: go Affects Versions: 3.7.2 Reporter: thomas-dg
I have been using the gremlin-go library and found that it currently lacks built-in mocking capabilities. This absence makes it challenging to perform unit testing effectively. As a workaround, I have defined an additional interface layer between the caller and gremlin-go, which allows me to unit test the business logic of the caller. However, this is not the most efficient solution. It would be significantly more convenient if the gremlin-go library could provide native support for mocking. This feature would streamline the testing process and improve the library's usability. I look forward to your response and further discussion on this matter. -- This message was sent by Atlassian Jira (v8.20.10#820010)