Closed op closed 11 months ago
Updating New(t *testing.T, ...) -> New(t testing.TB, ...)
is a great idea, but I'd like to handle the docs update differently than this. I'm going to close this PR but implement it separately and give you credit — would that be OK?
No worries, that works for me! :)
This change makes use of
testing.TB
to allow theNew
method be used in micro benchmarks too.PS. This PR is dependent on #2 . If that change looks fine, please go ahead and merge that one first. If not, I'll update this one to reflect discussion there. :)