ducdetronquito / requestz

HTTP client for Zig 🦎
BSD Zero Clause License
116 stars 12 forks source link

Mock the socket calls for the unit tests. #2

Closed ducdetronquito closed 4 years ago

ducdetronquito commented 4 years ago

It's not pleasant to actually hit http://httpbin.org during the unit tests. Find a way to mock network.Socket calls (currently socket.writer().writeAll() and socket.receive())