stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
23.53k stars 1.6k forks source link

Refactor to simplify if/else blocks #1630

Closed HaraldNordgren closed 2 months ago

HaraldNordgren commented 3 months ago

Fixing some issues to improve the "gocyclo" score from here: https://goreportcard.com/report/github.com/stretchr/testify#gocyclo

HaraldNordgren commented 3 months ago

Ping @dolmen