Skip to content

Commit c91f7b0

Browse files
committed
mock: enable parallel testing on internal testsuite
Add t.Parallel() to all package-level tests of the 'mock' package. Result: faster tests results. Before: $ go test -count=10 ./mock ok github.com/stretchr/testify/mock 0.631s After: $ go test -count=10 ./mock ok github.com/stretchr/testify/mock 0.426s
1 parent 3c1541a commit c91f7b0

File tree

1 file changed

+166
-0
lines changed

1 file changed

+166
-0
lines changed

0 commit comments

Comments
 (0)