There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Smock ( Previously: RequestBin ) is a golang package for testing the outgoing http requests initiated from a function. The package creates a mock server and passes the URL to the function to be tested and then collects all the requests that the server received.