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 TestValue_Getters to table-driven style #384

Closed gavv closed 1 year ago

gavv commented 1 year ago

Merge all subtests of TestValue_Getters into a single table-driven test.

Use other table-driven tests in value_test.go as a reference.

gavv commented 1 year ago

Landed