Hacker News new | ask | show | jobs
by hltbra 4627 days ago
Good library! It saves me a lot of time when I need to stub requests. The best part is that it works monkey patching the socket module, so it doesn't matter what is used behind the scenes to make the requests.

Thanks for writing that!