This post is based on talk I gave at Vilnius Golang meetup back in 2017. I was still new and just learning go. You are too? Check out
- Home
- |
- Category: go tests
This post is based on talk I gave at Vilnius Golang meetup back in 2017. I was still new and just learning go. You are too? Check out
One thing I love in the upcoming release of jUnit is the @DisplayName annotation. This annotation allows to use language to name a unit test. Kevlin Henney in his
Probably you have heard many advantages of unit testing such as getting bugs out of the code, producing better code design, having overall good code quality. But for