honeybadger-io / honeybadger-go

Send Go (golang) panics and errors to Honeybadger.
https://www.honeybadger.io/
MIT License
34 stars 15 forks source link

Proposal to use stretchr/testify in tests #8

Open kostyantyn opened 8 years ago

kostyantyn commented 8 years ago

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

joshuap commented 8 years ago

:+1:

mperham commented 8 years ago

Longtime fan of the assert package here.

joshuap commented 8 years ago

@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.