Add ensure.RunParallel
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.
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.