techo testing lib
I’ve just released techo
, an Echo-based
alternative to Golang’s http.httptest
. The genesis was trying to write automated
tests for generated (swagger-codegen
) code, and I sometimes found
stdlib http.httptest
to be tedious and verbose.
The value of this library is that writing tests is cleaner and
expressive with techo
.
2016-07-11