You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
someone at Uber unfortunately spent cycles trying to convert
VerifyTestMain call to VerifyNone(t) for individual cases only to find
out that it doesn't work well with t.Parallel().
Even though VerifyNone(t)'s documentation already says this, it might be
worth clarifying this in the README since the wording can make it sound
like calling VerifyTestMain() vs calling VerifyNone() at the end of
every single test case is completely identical in behavior.
0 commit comments