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

Split TestValue_Schema into subtests #385

Closed gavv closed 1 year ago

gavv commented 1 year ago

Just split test into smaller subtests for more readability. Mock reporter should be created inside each subtest.

MattSilvaa commented 1 year ago

Hi, I'd love to help out with this 😄

gavv commented 1 year ago

You're welcome, thanks!