Skip to content

Add ensure.RunParallel

Compare
Choose a tag to compare
@JosiahWitt JosiahWitt released this 08 May 23:43
· 5 commits to master since this release
7386ab6

Adds ensure.RunParallel, which calls testing.T.Parallel just before calling the provided function, causing it to be run in parallel with (and only with) other parallel tests.