Closed ducdetronquito closed 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())
network.Socket
socket.writer().writeAll()
socket.receive()
It's not pleasant to actually hit http://httpbin.org during the unit tests. Find a way to mock
network.Socket
calls (currentlysocket.writer().writeAll()
andsocket.receive()
)