Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Fri, 16 Feb 2018 15:18:00 +0000 GoBenchUI - UI for overview of your package benchmarks progress #graphics #ui #tests 11 points posted by gopher https://github.com/divan/gobenchui 321 Mon, 19 Oct 2015 22:49:00 +0000 Go Convey - elegant tests in Go #tests 6 points posted by kenny https://github.com/smartystreets/goconvey 239 Tue, 13 Oct 2015 19:41:00 +0000 Tip of the day: running tests for all subpackages recursively #tests <br class="Apple-interchange-newline">If you program in Go, you've probably written a lot of packages, and probably split packages in subpackages. Maybe even more than idiomatic Go would really advise... And you may have been grumbling just like I did at the fact that the <code>go test</code>&nbsp;command requires a list of packages, and does not recursively dive into all the subpackages, like PHPunit would, and does not seem to have a working recursion flag... 2 points posted by FGM https://blog.riff.org/2014_09_27_go_tip_of_the_day_running_tests_for_all_subpackages_recursively 3695 Thu, 29 Nov 2018 10:13:00 +0000