Hacker News new | ask | show | jobs
by rickette 806 days ago
Tests inside one _test.go file are run sequentially by default, but Go does run tests in parallel across packages.
1 comments

what about multiple _test.go files belonging to the same package? and how does this work with "sub-packages"?