frankban / quicktest

Quick helpers for testing Go applications
MIT License
529 stars 27 forks source link

Remove deprecated AddCleanup/Cleanup #55

Closed bep closed 5 years ago

bep commented 5 years ago

Go 1.14 has changed the signature of Cleanup in testing.TB. This commit gets quicktest.C in line with that interface.

Fixes #54