pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.61k stars 462 forks source link

Remove testify suite to make tests simpler #391

Closed pseudomuto closed 5 years ago

pseudomuto commented 5 years ago

Using testify/suite doesn't really buy us anything here. It's just some extra cruft that can safely be removed.

I've updated the tests to use testify/require and simple test funcs instead.