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
Post a Comment