Description
After unit test the api_collector . The next one is api_extractor
Describe the solution you'd like
Build an unit-test for api_extractor to cover all possible routes with gomonkey github.com/stretchr/testify/mock .
IMPORTANT: should not be any actual database operation / api request get performed when running test-cases
Has the Feature been Requested Before?
Description
After unit test the
api_collector. The next one isapi_extractorDescribe the solution you'd like
Build an
unit-testforapi_extractorto cover all possible routes withgomonkeygithub.com/stretchr/testify/mock .IMPORTANT: should not be any actual database operation / api request get performed when running test-cases
Has the Feature been Requested Before?