gavv / httpexpect

End-to-end HTTP and REST API testing for Go.
https://pkg.go.dev/github.com/gavv/httpexpect/v2
MIT License
2.53k stars 237 forks source link

Convert Duration tests to table-driven style #355

Closed gavv closed 1 year ago

gavv commented 1 year ago

Convert each test to table-driven style:

TestNumber_IsEqual/basic can be used as a reference for table-driven style.