matryer / silk

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

Change assertDetail to only show field type when they differ #26

Closed mattdotmatt closed 8 years ago

mattdotmatt commented 8 years ago

Issue #16

Added logic to assertDetail to show a less verbose message (not including field types) when an expected and actual are the same type. If they differ then the field type is still shown.

matryer commented 8 years ago

You legend.