matryer / silk

Markdown based document-driven RESTful API testing.
http://silktest.org/
GNU General Public License v2.0
942 stars 69 forks source link

Only show field types if the types are different #16

Closed matryer closed 8 years ago

matryer commented 8 years ago

To reduce noise, only show the field types if the fields are different.

mattdotmatt commented 8 years ago

Do you have an example of what this change would mean?

matryer commented 8 years ago

It says:

expected float64: 200  actual float64: 404

It would be enough to say:

expecte: 200  actual: 404

But keep the types if they are different:

expected string: 200  actual float64: 200
narqo commented 8 years ago

:+1: here! Current behaviour looks very annoying.