academic / gURL

gURL is a cURL implementation with Go
MIT License
15 stars 3 forks source link

proxy_test added for proxyCmd #7

Closed gozeloglu closed 2 years ago

gozeloglu commented 2 years ago

Changes

I added tests for proxyCmd() function.

gozeloglu commented 2 years ago

Hi @hmert. Actually, these tests are only test proxyCmd() function running whether successfully. Does it really necessary to involve proxy server? If yes, I did not understand how can I refactor tests with proxy server.