Currently there is code in the tests manually running a HTTP server to run test against, this is what the net/http/httptest package is meant to be used for.
You're right, it would be a better solution. Would you like to work on this?
Yes, I've used *httptest.Server in a few projects before so there shouldn't be any surprises…
I can take a look at making this change later, but first I'm going to visit my grandmother 😃
Implemented: 132289a
Thank you!
Most helpful comment
Yes, I've used
*httptest.Serverin a few projects before so there shouldn't be any surprises…I can take a look at making this change later, but first I'm going to visit my grandmother 😃