honeybadger-go icon indicating copy to clipboard operation
honeybadger-go copied to clipboard

Proposal to use stretchr/testify in tests

Open kostyantyn opened this issue 9 years ago • 3 comments

Motivation of using this package in tests is to have a nice error message and write less code https://github.com/stretchr/testify

kostyantyn avatar Aug 14 '15 14:08 kostyantyn

:+1:

joshuap avatar Aug 18 '15 23:08 joshuap

Longtime fan of the assert package here.

mperham avatar Aug 18 '15 23:08 mperham

@mperham gtk, thanks! I was hoping someone would suggest a good testing package; I had looked at testify initially but decided just to go with the more verbose built-in API until we needed the dependency. I'm all for cleaning up the assertions in the current suite. @kostyantyn feel free to take a stab at it if you want.

joshuap avatar Aug 18 '15 23:08 joshuap