from
Hacker News
Top
New
Show HN: A library for end-to-end testing Go servers easier
by
pasxizeis
on 9/20/18, 8:00 AM with 2 comments
by
jzs
on 9/20/18, 9:03 AM
What is your opinion about using
https://golang.org/pkg/net/http/httptest/#Server
for end to end tests? Assuming you're testing a webserver of course.