Open corpetty opened 5 years ago
https://github.com/stretchr/testify is quite useful and they seem to recommend https://golang.org/pkg/net/http/httptest/ for http specific tests
i am also a big fan of using golden files for more complicated testst https://medium.com/soon-london/testing-with-golden-files-in-go-7fccc71c43d3
(and table tests ofc)
We need tests for each API endpoint. Thoughts on frameworks on this?