testing - go test some functions/suites from package only -


is possible split testing process in go package ? go test package - uses function test* in *_test.go files in package. if have lot of tests , try tdt rather boring receive test logs.

see 'go test' , 'go testflag'. quoting later:

...  -run regexp     run tests , examples matching regular     expression. ... 

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -