xmidt-org / wrp-go

go implementation of the Web Routing Protocol
Apache License 2.0
4 stars 7 forks source link

Consistently use stretchr/testify for test suites #121

Open renaz6 opened 1 year ago

renaz6 commented 1 year ago

We should start moving consistently to github.com/stretchr/testify/suite for test suites. That makes subtests much clearer and easier to implement and maintain. One example of where this change should be implemented is in the decoders_test.go file.