Fahim Bagar
Fahim Bagar
Hi @k3rn31, first-time contributor here :raised_back_of_hand:. I hope you don't mind if I push the PR ahead since I've seen it as `v0.5.0` milestone. Thanks for the repo.
Since I find a similar concern, I have added PR https://github.com/stretchr/testify/pull/1337
The same issue happens since last year, https://github.com/modern-go/reflect2/issues/26 ~~Seems like can be fixed by upgrading the `reflect2` version to 1.0.2.~~ Latest jsoniter has the version already. References: - https://github.com/kubevela/kubevela/issues/3805 -...
@jtuchel, your unit test setup is wrong. `httptest` is intended to test the handler rather than the HTTP server itself. So basically you just test the `HandleRoute` instead of the...