Trax-air / swagger-tester

Automatically test your swagger API
MIT License
104 stars 36 forks source link

Validate error responses #30

Closed jfinkhaeuser closed 7 years ago

jfinkhaeuser commented 8 years ago

For many applications, it makes sense to validate error responses, e.g. when responses are supposed to be parsed by a client to be displayed to the user.

This change merely removes disabling the validation of such responses.

Note: the PR includes #27, #28 and #29

jfinkhaeuser commented 7 years ago

Closing this due to #36