reqwest
reqwest copied to clipboard
Testing with Reqwest
When I run unit tests I would like reqwest to return setup data instead of making the actual request. So, Is there a way to stub out reqwest to return canned responses for unit testing?