DEV Community

Discussion on: Testing in Go with table drive tests and Testify

Collapse
 
klvenky profile image
Venkatesh KL

I'm a beginner to golang. I'd say this is one of the simplest and most beautifully informational post I've seen regarding testing in go. I've not been a great fan of unit testing in any language, as I find them to slow me down a lot. I'm not raising a point but it's my perspective.

I've realised that go made it definitely simpler, but you've made it look lovely. Thanks a lot for the wonderful article.

I don't know how much of use testify is, because, I'm myself pretty new to go and not sure of how the equality happened between objects (js/java way). So I don't think I'm qualified to comment on that.

All in all, thanks a ton