damienklinnert / manners

DEPRECATED
MIT License
5 stars 2 forks source link

Create actual diffs when comparing requests and responses #19

Open damienklinnert opened 8 years ago

damienklinnert commented 8 years ago

Currently the log output of manners is really hard to read.

Developing with it feels really, really bad, simply because it's really hard to tell what is going on. Creating and printing actual diffs with meaningful messages would go a long way in understanding this.

damienklinnert commented 8 years ago

With pull request #24 being merged, we at least have some very basic validation reporting. We can show which of the request fields (method, path, query, ...) don't validate correctly and we can show the actual vs the expected data.

However, we're missing detailed views for the query, headers and body fields.